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

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked Sep 28 '18

YI-WEI gravatar image

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!