Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

From one of used files:

To add shunt

psspy.shunt_data(bus#,r""":""",1,[0.0,0.0])

psspy.shuntchng(bus#,r""":""",i,[_f, -267.0])

To remove shunt

psspy.shuntchng(bus#,r""":""",0,[f,_f])

over and out.

From one of used files:

To add shunt

psspy.shunt_data(bus#,r""":""",1,[0.0,0.0])

psspy.shuntchng(bus#,r""":""",i,[_f, -267.0])-267.0]) #comment -267 MVAR shunt.

To remove shunt

psspy.shuntchng(bus#,r""":""",0,[f,_f])

over and out.