step_simtime#

anim_keyframe.step_simtime(p0: float) int#

Sets the simulation time increment to use during transient keyframe animations.

For each frame in the animation, simulation time will increment by this value. If needed and possible, interpolation will be used.
Args:
p0:

‘increment’ simulation time increment

Examples:
ensight.anim_keyframe.keyframing("ON")
ensight.anim_keyframe.create_keyframe()
ensight.view_transf.zoom(0.561365)
ensight.anim_keyframe.create_keyframe()
ensight.anim_keyframe.use_transient_data("ON")
ensight.anim_keyframe.cycle("ON")
ensight.anim_keyframe.specify_time_as("simulation")
ensight.anim_keyframe.begin_simtime(4.7000e-02)
ensight.anim_keyframe.end_simtime(1.1750e-01)
ensight.anim_keyframe.step_simtime(2.0000e-02)
ensight.anim_keyframe.run()
Returns:

zero on success, non-zero on error