Ask Your Question

Revision history [back]

click to hide/show revision 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.

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])

Try that, but put it before the report is generated (psspy.acccsinglesinglerunrunreportreport_4(....). 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.