increment#
- solution_time.increment(p0: float) int #
Sets the number of steps that are moved when the solution time dialog time stepper buttons are clicked.
This is a user interface attribute.- Args:
- p0:
‘step_by’ number of time steps to advance by or decrease by with one click of the solution time stepper buttons
- Examples:
# # This sets several of the attributes using simulation time # (but at the end it sets the stepper button increment) # ensight.solution_time.show_as("time") ensight.solution_time.update_type("continuous") ensight.solution_time.begin_simtime(0.0000e+00) ensight.solution_time.end_simtime(1.6000e+01) ensight.solution_time.current_simtime(9.0000e+00) ensight.solution_time.update_to_current() ensight.solution_time.number_of_cycles(1) ensight.solution_time.increment(2.0000e+00)
- Returns:
zero on success, non-zero on error