save_multiple_images#
- anim_flipbook.save_multiple_images(p0: str) int #
When recording an animation flipbook with a detached display this option will save a file for each display if on. If off will save a single file.
When saving a flat-wall detached display, the user can choose to write one large image for the wall or one image per pipe from the dconfig file. Only used if the anim_flipbook: save_win_type is set to “detached_display”.- Args:
- p0:
‘toggle’
ON
OFF
- Examples:
# # Set the recording image format to be envideo # ensight.file.image_format("envideo") # # Record flipbook images from the detached display # ensight.anim_flipbook.save_win_type("detached_display") ensight.anim_flipbook.save_multiple_images("ON") ensight.anim_flipbook.save_images("/tmp/test_movie")
- Returns:
zero on success, non-zero on error