Ask Your Question
0

Changing the control mode of a switched shunt

asked Apr 24 '19

Caswell gravatar image

Hello Everyone,

I am struggling with the api to change a switched shunt from control mode 0 (locked) to Control mode 1 (discrete voltage), I can't seem to locate any, Im running psse 33.4.

Regards Caswell

1 answer

Sort by » oldest newest most voted
0

answered Apr 24 '19

perolofl gravatar image

You can use API switchedshuntdata. The control mode is integer argument number nine. The following call changes the control mode to 1 for the switched shunt at ibus.

psspy.switched_shunt_data(ibus,[_i,_i,_i,_i,_i,_i,_i,_i,1,_i])

API switchedshuntchng_3 is available in newer versions of PSSE.

link

Comments

Thanks, I was blindsided, the perils of being a noob!!!

Caswell gravatar imageCaswell (Apr 25 '19)

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

Stats

Asked: Apr 24 '19

Seen: 570 times

Last updated: Apr 24 '19