First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
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.
2 | No.2 Revision |
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.