Adams Basic Package > Adams View > View Command Language > interface > interface object_table set selected

interface object_table set selected

Allows you to alter the contents of single or multiple selected cells in a object_table
The object_table is used to list one or more types of objects in a modeling environment. For example, a type of entities like link, center_marker or properties like mass, inertia can be selectively listed and displayed using this command. The objects listed can be edited, or copied as required.
The selected cell properties are edited by using this command.

Format:

 
interface object_table set selected
object_table_name =
a exisitng GI_otable
strings =
string
action =
col_action

Example:

 
interface object_table set selected &
object_table_name =
.gui.obj.objt &
strings =
new_str &
action =
replace

Description:

 
Parameter
Value Type
Description
object_table _name
An Existing GI_otable
Specifies the name of the object_table in which the selected cells are to be altered
strings
String
Specifies the new contents of the cells in selected cells
action
Col_action
Specifies the mode of insertion of new cell contents

Extended Definition:

1. The cells to be altered are initially addressed by the ‘object_table name’. Next, the cells to be altered are marked by selecting the required cells.
2. The parameter ‘strings’ will replace all the contents in the selected cells with the new contents specified.
3. The mode of insertion of the new row contents depends on the choices like ‘append’, ‘prefix’, or ‘replace’ denoted by the parameter ‘action’.