time#

anim_flipbook.time(p0: float) int#

Specify which page of the flipbook animation to display.

Only applicable with run_type is set to step.
Args:
p0:

‘time_value’ simulation-time value that corresponds to a loaded page

Examples:
#
# Manually display 3 pages of the animated flipbook sequences
# that correspond to the simulation time values of 1.1, 2.1, and 3.1.
#
ensight.anim_flipbook.run_type("step")
ensight.anim_flipbook.time(1.100000)
ensight.anim_flipbook.time(1.200000)
ensight.anim_flipbook.time(1.300000)
Returns:

zero on success, non-zero on error