-
Is there any way to dynamically update the timestep of the tasks/processes in a simulation after they have been created? I am running a simulation in steps inside of a for loop, and was wondering if there was a way to change the update frequency of the simulation dynamically. Something apart from just changing the simulationStopTime I may have missed something easy, but I haven’t found a solution so far. |
Beta Was this translation helpful? Give feedback.
Answered by
Tinucci
Apr 8, 2024
Replies: 1 comment
-
Found it in the method updateTaskPeriod of the Process class :) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Tinucci
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found it in the method updateTaskPeriod of the Process class :)