display_speed#

anim_flipbook.display_speed(p0: float) int#

Specifies the playback-speed factor, or the display speed at which the flipbook animates.

Not applicable if flipbook has not been loaded.
Args:
p0:

‘speed_value’ set the display speed value in the range [0.,1.] where 1. is the fastest speed (of your hardware) and 0. is stopped (a still page)

Examples:
#
# Halve the display speed
#
ensight.anim_flipbook.display_speed(0.500000)
Returns:

zero on success, non-zero on error