Simulation Object

A Simulation Object variable contains reference to one or more Simulation Objects. It can be created in the Information Store or through Visual Logic. Simulation Object variables offer great flexibility when combined with Visual Logic, as they can be used for performing the same task on many Simulation Objects.

Annotated Example
In the following example, the Loop Object command loops through all of the Queues of the simulation using the Simulation Object variable (called here obj_Queue), and sets their Capacity to 50. To do this, we use the SET command changes the Queue’s Property, Max Size, to 50.

See Also