zoomout#

solution_time.zoomout() int#

Resets the begin and end steps (or begin and end simtimes) to the widest possible settings.

This may be desirable after one has modified (narrowed) the begin and end steps or time for a given temporary purpose.
Examples:
ensight.solution_time.show_as("step")
ensight.solution_time.update_type("discrete")
ensight.solution_time.begin_step(3)
ensight.solution_time.end_step(12)
ensight.solution_time.current_step(5)
ensight.solution_time.update_to_current()
ensight.solution_time.number_of_cycles(1)
ensight.solution_time.increment(1.0000e+00)
#
# One could load a flipbook or something like 
# that at this point, using the narrowed range
# of 3 to 12.  Then could use the next command
# to get the range back to 0 to 16
#
ensight.solution_time.zoomout()
Returns:

zero on success, non-zero on error