First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
The below subroutine I has the index of the machine for the respective bus entered in dyr file SUBROUTINE modelname (I, ISLOT)
I - machine array index for the machine at which the model is being called.
ISLOT - array allocation table index for this model call.
To pass the information to electrical control model the below command is to be used under MODE 3
**MC = WNDNUM(I)
WPCMND(MC) = Pref
WQCMND(MC) = Qref**