Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Use ascc_currents in pssarrays! Example for bus 154:

import pssarrays
psspy.bsys(0,0,[ 1., 500.],0,[],1,154,0,[],0,[])
rlst = pssarrays.ascc_currents(0,0,fltlg=1)
z1 = rlst.thevz[0].z1
z2 = rlst.thevz[0].z2
z0 = rlst.thevz[0].z0

The impedance will in in ohm or pu, depending on your shortcircuitunits setting. Use thevzpu instead to always get in pu.