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. |
Model: |
Specify the name of the model that holds the instances to be listed. Model names are case sensitive. |
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. |
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. |