save_multiple_images#

file.save_multiple_images(p0: str) int#

Option to save a single image or multiple images for a flat-wall detached display.

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. This option is only valid when the image size is detached_display.
Args:
p0:

‘toggle’

  • ON

  • OFF

Examples:
ensight.file.image_window_size("detached_display")
ensight.file.save_multiple_images("ON")
ensight.file.image_file("prefix")
Returns:

zero on success, non-zero on error