First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I wrote the small piece of code in PSSE Ver36.6.0, but I don't see the statement in the PSSE Output window. Please help me resolve the issue.
WRITE(DBUF01,30) FRMBUS CALL PROGRESS(DBUF01,1)
50 FORMAT(/6X,'REMOTE BRANCH FROM BUS', I6, ' NOT FOUND'/)
2 | No.2 Revision |
I wrote the small piece of code in PSSE Ver36.6.0, but I don't see the statement in the PSSE Output window. Please help me resolve the issue.
WRITE(DBUF01,30) FRMBUS
FRMBUS
CALL PROGRESS(DBUF01,1)
50 FORMAT(/6X,'REMOTE BRANCH FROM BUS', I6, ' NOT FOUND'/)
3 | No.3 Revision |
I wrote the small piece of code in PSSE Ver36.6.0, but I don't see the statement in the PSSE Output window. Please help me resolve the issue.
WRITE(DBUF01,30) FRMBUS
CALL PROGRESS(DBUF01,1)
50 30 FORMAT(/6X,'REMOTE BRANCH FROM BUS', I6, ' NOT FOUND'/)