First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

Parameters rxb

asked Sep 17 '4

Yoyo gravatar image

Is there a way to get all the r,x,b parameters of a line in one command? I would love to understand what command this is. Finds only r,x

1 answer

Sort by » oldest newest most voted
0

answered Sep 17 '4

perolofl gravatar image

Use ierr, z = psspy.brndt2(ibus, jbus, ickt, 'RX') to return the complex impedance (r+jx) and

ierr , b = psspy.brndat(ibus, jbus, ickt, 'CHARG') to return the charging (b).

You need two API's in psspy.

link

Comments

I understood. Thank you very much! I thought this could be done in one command, apparently not...

Yoyo gravatar imageYoyo (Sep 17 '4)

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

1 follower

Stats

Asked: Sep 17 '4

Seen: 103 times

Last updated: Sep 17 '24