First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
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.