step
executes a simulation
run until one internal transition is fired. After that it pauses
the run automatically unless the user inputs commands such as
step
, continue
, run
, mrun
. This
command can be useful when we try a step-by-step run to see the
model behavior. The corresponding API is
void SRTEngine::Step().