timeset_update#

solution_time.timeset_update() int#

Updates the selected timeset and any associated display of the model according to the span handling methods specified.

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