Vizard 7 » Command Index » Vizard modules » viz » <viz>.play
7.6

<viz>.play

Resume paused simulation time

<viz>.play()  

Remarks

This command will resume simulation time that was paused using the <viz>.pause command

Return Value

None

Example

viz.starttimer(0,1)

#No timers will expire until viz.play() is called
viz.pause()
.
.
.
viz.play()

See also

<viz>.pause
<viz>.callback
<viz>.starttimer
<viz>.killtimer
<viz>.elapsed