First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
I am using this api CALL OUTPUTYMATRIX in the conet subrutine , i need it for printing the ybus elements in the progress window , before running a simulation i use this code, but pss e crashes , i want to know if its possible to use this api during dynamic simulation in a user model for example
SUBROUTINE CONET
C INCLUDE 'COMON4.INS' C C IF (.NOT. IFLAG) GO TO 9000 C C NETWORK MONITORING MODELS C C WHEN (MODE.EQ.1 .OR. KPAUSE.EQ.2) . . CALL OUTPUTYMATRIX(0,1,1,0, 'x.txt', 0) ...FIN ELSE RETURN
9000 CONTINUE C RETURN END
![]() | 2 | No.2 Revision |
I am using this api CALL OUTPUTYMATRIX in the conet subrutine , i need it for printing the ybus elements in the progress window , before running a simulation i use this code, but pss e crashes , i want to know if its possible to use this api during dynamic simulation in a user model for example
SUBROUTINE CONET
C
INCLUDE 'COMON4.INS'
C
C
IF (.NOT. IFLAG) GO TO 9000
C
C NETWORK MONITORING MODELS
C
C
WHEN (MODE.EQ.1 .OR. KPAUSE.EQ.2)
.
. CALL OUTPUTYMATRIX(0,1,1,0, OUTPUT_Y_MATRIX(0,1,1,0, 'x.txt', 0)
...FIN
ELSE RETURN
ELSE RETURN
9000 CONTINUE
C
RETURN
END