Batch Mode Simulation : Structured SCL Statements : Go Statements

Go Statements

The Go statements available in the interactive mode are also available in the batch mode. Note that GoAdvance and GoStepN are special cases since they require a parameter.

Go Step

Runs a single step. Time is advanced in Synchronous simulation.
Go Repeat

Runs several GoSteps, until a stable status is reached.
Go Next

Advances the time to the next scheduled action or timeout event.
Go Extend

Runs GoRepeat or GoNext and GoRepeat. (Available only in asynchronous simulation.)
Go StepN num_steps

Execute num_steps GoSteps.
Go Advance num_time_units

Runs all reactions until, and including, the specified moment of time (relative and absolute time).
Go Back

Undoes the previous GO command.
Auto Go

Attempts to execute a Go Step. If a Go Step cannot be taken then a Go Next is performed.