Ask Your Question

Revision history [back]

click to hide/show revision 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.