Ask Your Question
0

Summation Record for ac branch flow in Python?

asked 2020-06-01 18:16:13 -0500

anonymous user

Anonymous

Hi all,

Is there some API function that does the same thing as Summation label does in the GUI?

I have Summation label for ac branch flow (that works): "LF,+,1000 2000 1 F" and "LF,+,3000 4040 1 F"

I want to plot the same ac branch flow in Python in dynamic simulation. I have the "POWR 1000 TO 2000 CKT '1 '" from using psspy.chsb, which is the same as "LF,+,1000 2000 1 F" if I understand correctly.

However, I don't have the same for "LF,+,3000 4040 1 F", that is, I don't have "POWR 3000 TO 4040 CKT '1 '", which is why I want to find out if there is API function that does the same as The Summation Label.

Thanks!!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2020-06-02 08:59:23 -0500

perolofl gravatar image

Add a channel for the branch with:

psspy.branch_p_channel([-1,-1,-1,3000,4040],"1")
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

1 follower

Stats

Asked: 2020-06-01 18:16:13 -0500

Seen: 262 times

Last updated: Jun 02 '20