First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
You have to write a user miscellaneous model that in MODE 3 will check variable ITER or IFLAG and set the following variables in order to stop the on-going simulation.
TPAUSE = -1.
KPAUSE = 1
The simulation will be interrupted and control is back to activity level. Read Program Operation, Chapter 23 Model Writing.