Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

What is the correct way to finish a simulation

I have some simulations and was wondering what is the best way (instructions using psspy) to finish successfully a simulation. I don't know if it is a silly or useless question, but have searched on this site and have not found anything, so if someone could shed some light on this, I'd really appreciate it.

The way I currently finish a simulation is by executing these set of instructions:

psspy.delete_all_plot_channels()
psspy.dynamicsmode(0)
ierr_close_line = psspy.close_powerflow()
ierr_del_tmpfiles = psspy.deltmpfiles()
ierr_halt = psspy.pssehalt_2()

Thanks, Tomás.