Return Branch data element in Actual value

I want to use api to return Branch data element in(Line R(ohm)、Line X(ohm)、Charging B (uF)) not in pu the api i found:

ierr, xarray = psspy.abrncplx(-1, 1, 1, 1, 1, 'RX')
ierr, rarray = psspy.abrnreal(-1, 1, 1, 1, 1, 'CHARGING')

it only return pu ,Can anyone help me? thx!

YI-WEI's avatar
29
YI-WEI
asked 2018-09-28 02:44:53 -0500
edit flag offensive 0 remove flag close merge delete

Comments

You have to do the conversion to physical values yourself!

perolofl's avatar perolofl (2018-09-28 07:47:59 -0500) edit
add a comment see more comments