Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Use add_plant_model to add a plant model (generator, exciter,governor,pss, etc) to the snapshot.

For example, to add a governor model:

psspy.add_plant_model(3011,'1',7,'TGOV1',0,"",0,[],[],7,[0.05,0.05,0.9,0.3,1.0,1.0,0.0])

It is easy to get the syntax by recording a python script while adding the model manually in the GUI with "Add/Replace Model"