The MAIN SECTION is used as a Sequence of SCL statements used to define the simulation scenario.
The Main Section contains any SCL statements which are executed sequentially. When more than one SCP is running, only one Main Section is executed - the one belonging to the SCP activated with the interactiveRUN
command.If the primary SCP has no explicit Main Section, a default main section is assumed: aGo
Extended
is performed in an infinite loop.