First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I want to remove progress output from PSSE. I tried with this line
ierr = psspy.progress_output(islct=6)
and
ierr = psspy.progress_output(ISLCT=6)
but it does not work. Where should I place this line? At the beginning of the document?
2 | No.2 Revision |
I want to remove progress output from PSSE. I tried with this line
ierr = psspy.progress_output(islct=6)
and
ierr = psspy.progress_output(ISLCT=6)
but it does not work. Where should I place this line? At the beginning of the document?