Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Have you tried psspy.pssehalt_2()? The documentation says : "Use this API to end the operation of PSSE, closes all associated files" do that in your python loop after making your output file. here is some pseudocode:

loop: psspy.init() do stuff make csv files psspy.halt os.remove(csv files)

Have you tried psspy.pssehalt_2()? The documentation says : "Use this API to end the operation of PSSE, closes all associated files" do that in your python loop after making your output file. here is some pseudocode:

loop: psspy.init() loop:
&nbsp&nbsp&nbsp&nbsp psspy.init()
&nbsp&nbsp&nbsp&nbsp
do stuff stuff
&nbsp&nbsp&nbsp&nbsp
make csv files psspy.halt files
&nbsp&nbsp&nbsp&nbsp psspy.halt
&nbsp&nbsp&nbsp&nbsp
os.remove(csv files)

Have you tried psspy.pssehalt_2()? The documentation says : "Use this API to end the operation of PSSE, closes all associated files" do that in your python loop after making your output file. here is some pseudocode:

loop:
&nbsp&nbsp&nbsp&nbsp psspy.init()
&nbsp&nbsp&nbsp&nbsp do stuff
&nbsp&nbsp&nbsp&nbsp make csv files
&nbsp&nbsp&nbsp&nbsp psspy.halt
&nbsp&nbsp&nbsp&nbsp os.remove(csv files)

Have you tried psspy.pssehalt_2()? The documentation says : "Use this API to end the operation of PSSE, closes all associated files" do files"
Do
that in your python loop after making your output file.
here Here is some pseudocode:

loop:
psspy.init()
do stuff
make csv files
psspy.halt
os.remove(csv files)

Have you tried psspy.pssehalt_2()? The documentation says : "Use this API to end the operation of PSSE, closes all associated files"
Do that in your python loop after making your output file.
Here is some pseudocode:

loop:
psspy.init()
do stuff
make csv files
psspy.halt
os.remove(csv files)

Have you tried psspy.pssehalt_2()? The documentation says : "Use this API to end the operation of PSSE, closes all associated files"
Do that in your python loop after making your output file.
Here is some pseudocode:

loop:
psspy.init()
do stuff
make csv files
psspy.halt
os.remove(csv files)