Branch current magnitude and angle?
Is there a way to get each branch's current magnitude and angle. The only one I'm finding is aflowreal to get the magnitude but is there a way to get the angle?
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
Is there a way to get each branch's current magnitude and angle. The only one I'm finding is aflowreal to get the magnitude but is there a way to get the angle?
How about aflowcplx?
ierr, xarray = psspy.aflowcplx(sid, owner, ties, flag, 'PQ')
angles = [numpy.angle(x) for x in xarray]
Asked: 2024-05-29 23:56:32 -0500
Seen: 213 times
Last updated: Jun 02
Extract Bus Voltage Magnitude and Angle from .sav case
Monitor branch current in dynamic study
how to ger sequence data with (.raw and .dyr) use psse
Is the IEEE SCL2C stator current limiter model available in PSS/E?
How would you include currents from load/generation in calculating the bus current?