Simulation Command Reference : Auto Batch Commands : ASSIGN

ASSIGN

The ASSIGN statement is used to assign SCP files to represent primitive activities or external activities. The ASSIGN statement connects an SCP to an activity to represent the activity’s behavior in the simulation model. When an internal activity is started, the program assigned to the activity is started. Correspondingly, stopping, suspending or resuming of these activities causes appropriate changes in the status of the program.

Syntax:
Assign activity_name “scp_name” where activity_name is the primitive or external activity name and scp_name is the SCP file name.