the function of conec.for in user written model
hello all: I have written a model which role is to raise voltage of generator when there is a bus fault. and it is called by conec.for. when i finish the "DYRE" ,the conec.for is like below:
SUBROUTINE CONEC
C
INCLUDE 'COMON4.INS'
CALL GE_SCLCAP ( 1, 47, 17, 18)
C
RETURN
END
Do i need to write some codes to tell the pss/e about the output of " GESCLCAP" in conec.for ? I have defined variable USCLCAP in program GESCLCAP,and i need to use variable USCLCAP in user written program 'GE_AVR' which is a program of excitation system model .
When i need to use the variable USCLCAP in GEAVR, how can i get its value in GE_AVR?
thank you!