over_time#
- function.over_time(*args, **kwargs) Any #
Sets the option to include variable ranges over a time range on or off.
The minimum and maximum values of a variable’s range, and thus the resulting palette levels will be based on the current time when a variable is activated, unless this command has been used.- Args:
- p0:
‘toggle’
ON
OFF
- p1:
‘beg_step’ The beginning time step to consider for the time range.
- p2:
‘end_step’ The ending time step to consider for the time range.
- Examples:
ensight.function.palette("Stress") ensight.function.over_time("ON","0","16") ensight.function.palette("Displacement") ensight.function.over_time("OFF")
- Returns:
zero on success, non-zero on error