Open topic with navigation
<viz>.getFrameTime
Get simulation time of the current frame
Remarks
This command will return the simulation time of the current frame. While the script is loading, this command will return 0.
Return Value
Simulation time in seconds
Example
time = viz.getFrameTime()
See also