Simulation Command Reference : Rational Statemate Actions : MAIN SECTION

MAIN SECTION

The MAIN SECTION is used as a Sequence of SCL statements used to define the simulation scenario.

Syntax:
begin
statement
[; statement ]
. . .
end
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 interactive RUN command.
If the primary SCP has no explicit Main Section, a default main section is assumed: a Go Extended is performed in an infinite loop.