First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Look into the following psspy commands in the API book:
psspy.report_output()
psspy.progress_output()
psspy.alert_output()
psspy.prompt_output()
Besides ignoring the output, you can also redirect it to a log file for further inspection later on.