Ask Your Question
1

Branch current magnitude and angle?

asked 2024-05-29 23:56:32 -0500

Minam gravatar image

updated 2024-05-29 23:58:37 -0500

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?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2024-06-02 19:16:56 -0500

Tassie Dave gravatar image

How about aflowcplx?

ierr, xarray = psspy.aflowcplx(sid, owner, ties, flag, 'PQ')
angles = [numpy.angle(x) for x in xarray]
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

2 followers

Stats

Asked: 2024-05-29 23:56:32 -0500

Seen: 189 times

Last updated: Jun 02