Ask Your Question
0

Parameters rxb

asked 2024-09-16 22:56:13 -0500

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

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2024-09-17 01:32:25 -0500

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.

edit flag offensive delete link more

Comments

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

Yoyo gravatar imageYoyo ( 2024-09-17 08:48:35 -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

1 follower

Stats

Asked: 2024-09-16 22:56:13 -0500

Seen: 24 times

Last updated: Sep 17