Replies: 2 comments 1 reply
-
How is is different from example 8 linked here: https://github.com/cuihantao/andes/blob/master/examples/8.%20change-setpoints.ipynb? |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can turn that script into a Jupyter notebook, which gives you a persistent session. When done, you can set a new end time and to pick up from where it ended, just like shown in the example.
Regards,
Hantao Cui
…On Feb 16, 2022, 10:02 AM -0600, RajanSingh ***@***.***>, wrote:
Here I'm running it through a python script. In that script, I have added the code for importing the ANDES package, loading the system and running the TDS.
I'm running this python script from Jupyter notebook.
When the simulation is completed, to run the simulation again, I have to re-run the python script, and then new system is loaded.
I want to store the state of previously loaded system. So that I can continue where I left.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TheASingh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Dr. Cui,
Is there any way to start the simulation from the point where it completed previously?
E.g.
tm0
ofGENROU_2
at 20 seconds using pert file.tm0
ofGENROU_3
at 30 seconds using pert file.My query is:
Now, I have started the simulation again for 50 seconds and I want it to continue from the state where the last simulation ended up.
Regards,
A Singh
Beta Was this translation helpful? Give feedback.
All reactions