save_multiple_images#

anim_screens.save_multiple_images(p0: str) int#

Option to save a single image or multiple images from 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 animation size is detached_display.
Args:
p0:

‘size’

  • ON

  • OFF

Examples:
ensight.anim_keyframe.create_keyframe()
ensight.view_transf.rotate(-4.500000e+01,7.500000e+01,0.000000e+00)
ensight.anim_keyframe.create_keyframe()
ensight.anim_screens.type("detached_display")
ensight.anim_screens.save_multiple_images("ON")
Returns:

zero on success, non-zero on error