timeset_select#

solution_time.timeset_select(p0: int) int#

Selects the timeset to modify.

Args:
p0:

‘ts_num’ timeset number

Examples:
#
# Selecting the timeset
#
ensight.solution_time.timeset_select(2)
#
# Setting the timeset span handling methods
# (Note that we will treat as nearest if right of)
#
ensight.solution_time.timeset_leftof("undefined")
ensight.solution_time.timeset_between("interpolate")
ensight.solution_time.timeset_rightof("nearest")
#
# Update timesets and model display 
#
ensight.solution_time.timeset_update()
Returns:

zero on success, non-zero on error