First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Only a dynamic model can pause an ongoing simulation so you have two options:
1) Write a dynamic model to stop the ongoing simulation.
2) Use a Python loop to advance the simulation in small steps with psspy.run, checking the monitored parameters and perform any necessary action in each loop.