Revision history [back]
First: CONEC and CONET subroutine was used in the old days of PSSE to call all models. Nowadays, all models can be called directly in PSSE (Table driven dynamics) and the models can be directly seen and parameters edited in spreadsheets. Any CONEC-type of code should now be written in a miscellaneous model with IC-code 512. By doing so there is no need for compiling and linking after activity DYRE.
In your case I get the impression that you have one user-written exciter model called GE_AVR and another model called GE_SCLCAP which you intend to call in CONEC.
If you have the source code for GE_AVR you could implement the code of GE_SCLCAP in GE_AVR and there is no need for a separate model to handle the behaviour during a bus fault.
An alternative, if there is no PSS connected to the actual generator, is to define GE_SCCAP as a stabiliser model and use VOTHSG(MC) to transfer the value of USCLCAP to GE_SCLCAP.