Dynamically Change Process Update Time #665
-
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
TinucciTUM
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
TinucciTUM
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 :)