List Instances

Displays the instanceID and instance type (entity name) of the specified instance(s). The model that holds the actual instances must be open when performing this command.
Arguments:

Repository:

Specify the name of the open repository that holds the instances to be listed. Repository names are case sensitive.
When activating the Select button, the name of all open repositories will be displayed in the related selection list.

Model:

Specify the name of the model that holds the instances to be listed. Model names are case sensitive.
When activating the Select button, the name of all open models located in the repository(ies) specified by the <Repository> argument will be displayed in the related selection list.

Entity:

In case only instances of one particular type should be listed, this argument can be used to specify this particular instance type to be listed. The name of an instance type is the name of the entity that defines all instances of this type. Entity names are case insensitive.
If this argument is blank, all instances in the specified range, i.e., the range specified by the arguments <First instanceID> and <Last instanceID> are listed.
When the Select button is activate, the name of all existing instance types in the actual model will be displayed in the related selection list.

First InstanceID:

Specify an integer number that is the instanceID of the first instance to be listed. When the <First instanceID> is less than 2**20, <First instanceID> is the instance number relative to the first instance in the actual model.

Last InstanceID:

Specify an integer number that is the instanceID of the last instance to list. When the <Last instanceID> is less than 2**20, <Last instanceID> is the instance number relative to the first instance in the actual model. This argument can be set to 'last', meaning the last instance in the actual <Model>.

Options:

accumulating command output:

A global option that appends the command output to the EDMsupervisor output window. Otherwise the output window is refreshed and only the last command output is displayed.

match selected input:

A global option that specifies that only items that partly or exactly matches the string in the related argument input field when activating a Select button, will be in the selection list. An empty (blank) string will match all items.

user instances

Specifies that all user instances in the range <First instanceID> to <Last instanceID> will be displayed. A user instance is an instance that is defined by an entity in the underlying schema of the actual model.

system instances:

Specifies that all system instances in the range <First instanceID> to <Last instanceID> will be displayed. System instances are instances that are not defined by an entity in the underlying schema of the actual model. Aggregate instances, i.e., LIST, ARRAY, BAG, and SET instances are examples of system instances in a model.

output stepId

Specifies that the stepID corresponding to the instanceID will be listed when the actual correspondence exists in a STEP Identifier model.