First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I'll just put my answer in a separate message here.
psspy.reportoutput(2,"report4.txt",[0,0]) Try that, but put it before the report is generated (psspy.acccsinglerunreport_4(....).
It looks like you have to tell it where to output before running the report. It took me awhile to see that.
If you want to do a second file with a second report then just do psspy.report_output(2,"report5.txt",[0,0]) and run the next report.
2 | No.2 Revision |
I'll just put my answer in a separate message here.
psspy.reportoutput(2,"report4.txt",[0,0]) psspy.report_output(2,"report4.txt",[0,0])
It looks like you have to tell it where to output before running the report. It took me awhile to see that.
If you want to do a second file with a second report then just do psspy.report_output(2,"report5.txt",[0,0]) and run the next report.