Is there a way to exit a simulation early, but still access recorders? #409
Unanswered
patrickwalton
asked this question in
Q&A
Replies: 2 comments
-
Disable all tasks once the termination event occurs. This Will make the simulation reach its final time much faster. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Look at http://hanspeterschaub.info/basilisk/examples/scenarioDragDeorbit.html. It shows you how to setup an event handler where the simulation is terminated if a particular condition is true. The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm interested in running a simulation until an event occurs (say gyros drop below a certain value) and then plotting. Is there a way to do this while still accessing the recorders and saving the Viz files so I can observe the result?
Beta Was this translation helpful? Give feedback.
All reactions