Adams Basic Package > Adams View > View Command Language > interface > interface object_table execute

interface object_table execute

Allows you to execute the command associated with the 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 command associated with the object_table can be explicitly run by the execute command.

Format:

 
interface object_table execute
object_table_name =
a exisitng GI_otable

Example:

 
interface object_table execute &
object_table_name =
.gui.obj.otb

Description:

 
Parameter
Value Type
Description
object_table _name
An Existing GI_otable
Specifies the name of the object_table for which the command is to be executed

Extended Definition:

1. The object_table has ‘command’ as optional parameter. If any command is specified in the field, it will be executed when the execute command is provided with the appropriate ‘object_table name’.

Tips:

The ‘cell select command gets executed whenever we switch from one cell to another