First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Argument id should be the id of the load, not the model name (CMLDARU2). Normally, the load id ’*’ is used to catch all loads in the area. The load id for the model is seen in the DYRE record for the model.
2 | No.2 Revision |
Argument id should be the id of the load, not the model name (CMLDARU2). Normally, the load id ’*’ is used to catch all loads in the area. The load id for the model is seen in the DYRE record for the model.
Edit: Example:
ierr, con_index = psspy.slmodind('AREA', 106, '*', 'CHARAC', 'CON')
to return the starting CON-index for the load characteristic model used for area 106