Ask Your Question
1

Switching in-service fixed shunt during a dynamic simulation

asked 2014-07-25 03:46:38 -0500

anonymous user

Anonymous

Hi all, I am a new user of PSSE. I would like to put in-service a fixed shunt during a dynamic simulation in the initialization is out-service. I really do not know the command which command to use. Can anyone give me a hand with the command? I have searched it but I still do not know. Thanks!

edit retag flag offensive close merge delete

Comments

Hi PowerGuy it worked. Thanks! =)

GwenB gravatar imageGwenB ( 2014-07-30 00:24:57 -0500 )edit

2 answers

Sort by ยป oldest newest most voted
1

answered 2014-07-28 00:44:27 -0500

Eli Pack gravatar image

The Disturbance APIs section of the documentation doesn't give functionality for tripping or reconnecting shunts. I'd suggest you could move the shunt to a new bus, which is out of service, but connected to the original bus via a zero impedance line. During the dynamic simulation, you could use busdata2 to change the bus code to 1 (in-service) before using DISTBRANCHCLOSE to connect the bus (shunt and all).

edit flag offensive delete link more

Comments

The requested API is found in "Power Flow Data Changing" instead. It is just to use psspy.shunt_chng(i, id, 1) to switch on the shunt during the dynamic simulation.

perolofl gravatar imageperolofl ( 2016-09-29 14:52:56 -0500 )edit
1

answered 2014-07-28 00:38:21 -0500

Mahesh gravatar image

updated 2014-07-28 00:39:14 -0500

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]) #comment -267 MVAR shunt.

To remove shunt

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

over and out.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2014-07-25 03:46:38 -0500

Seen: 5,975 times

Last updated: Jul 30 '14