animation_window_size#
- file.animation_window_size(p0: str) int #
Specify type (and thus in most cases the size) of the animation window to save when recording.
None.- Args:
- p0:
‘type’
normal
full
detached display
user_defined
NTSC
PAL
HD720p
HD1080p
DVDNTSC
DVDPAL
- 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