1 | initial version |
Sir, here as far as i understand the issue you may use the following commands depending on the requirement
1) if you want report to send to standard psse gui you may use
psspy.report_output(1)
2) if you want it to directed to specific file in a drive you may change to
psspy.report_output(2,"file name with complete address",0)
i believe your problem may be solved with this