First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
When I run the command "psspy.pssehalt_2()", PSSE responds with "PSS(R)E not properly initialized (005222)".
I would like to suppress this message, but my attempt to suppress the output with the following commands does not work. This implies that the response is not being sent to either of the report, progress, alert or prompt windows. psspy.reportoutput(6, '', []) psspy.progressoutput(6, '', []) psspy.alertoutput(6, '', []) psspy.promptoutput(6, '', [])
How can I suppress the message?