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: 465 times
Last updated: Jun 02 '24
how to ger sequence data with (.raw and .dyr) use psse
Extract Bus Voltage Magnitude and Angle from .sav case
Monitor branch current in dynamic study
How would you include currents from load/generation in calculating the bus current?
Is the IEEE SCL2C stator current limiter model available in PSS/E?
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.