Ask Your Question
0

Changing the control mode of a switched shunt

asked 2019-04-24 14:01:56 -0500

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

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2019-04-24 15:27:16 -0500

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.

edit flag offensive delete link more

Comments

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

Caswell gravatar imageCaswell ( 2019-04-25 02:40:55 -0500 )edit

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: 2019-04-24 14:01:56 -0500

Seen: 358 times

Last updated: Apr 24 '19