animation_multiple_images#

file.animation_multiple_images(p0: str) int#

Specify whether to save multiple images when recording an animation (if you are displaying on multiple detached displays).

You will need to have specified multiple detached displays in order for this command to have any effect.
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