sim.setSteppingEnables or disables the stepping operation mode for a threaded script. If enabled, then the current script has
to trigger each simulation step explicitly, via sim.step. Is applied
cumulatively, i.e. if the stepping operation mode is enabled n times, it needs to be disabled n times to return
to the initial state
Synopsisint prevStepLevel = sim.setStepping(bool enable)
int prevStepLevel = sim.setStepping(bool enable / int desiredStepLevel)
Arguments
Return values
|