First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
A model can get the starting index for another plant model with MDLIND subroutine. Example on how to get the first VAR index for a generator model:
CALL MDLIND(IBUS, ID, 'GEN', 'VAR', IVAL, IERR)