Parameters rxb
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
add a comment
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
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
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.
Asked: 2024-09-16 22:56:13 -0500
Seen: 85 times
Last updated: Sep 17