First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
answered Feb 19 '2
you can export report screen to text file using the command as follows
psspy.report_output(2, "check_all", 2) #### rending report to external txt file psspy.report_output(1, "check_all", 2) ### sending report to internal report screen of psse