animation_reset_time#

file.animation_reset_time(p0: str) int#

Specify whether to reset the solution time as the animation is saved.

None.
Args:
p0:

‘toggle’

  • ON

  • OFF

Examples:
ensight.file.image_format("envideo")
ensight.file.animation_file("/tmp/test_animation")
ensight.file.animation_window_size("NTSC")
ensight.file.animation_window_xy(640,480)
ensight.file.animation_frames(20)
ensight.file.animation_multiple_images("OFF")
ensight.file.animation_reset_flipbook("ON")
ensight.file.animation_reset_traces("OFF")
ensight.file.animation_reset_time("ON")
ensight.file.save_animation()
Returns:

zero on success, non-zero on error