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
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.
 
                
                whit loves you.      Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.