First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered Jun 18 '19

perolofl gravatar image

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.

click to hide/show revision 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