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 -0600
Seen: 218 times
Last updated: Jun 02