First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

Total Active Power Transmitted to a Bus

asked Sep 27 '2

rhapsody gravatar image

Hello everyone,

I want to know if there's a method or API that returns the total active/reactive power transmitted into a specific bus in python scripts for psse?

Thank you in advance for your replies.

1 answer

Sort by » oldest newest most voted
0

answered Sep 27 '2

perolofl gravatar image

The total power flow into a bus is zero if we neglect the small mismatch. API brnflow returns the flow on an individual branch.

link

Comments

Yes, the total power flow at a single bus should be zero or around zero due to mismatch. I am interested in the sum of active power that is transmitted into that bus or the sum of active power leaving that bus. Please share if you have any thoughts on this.

rhapsody gravatar imagerhapsody (Sep 27 '2)

You can use inibrn and loop through all lines with nxtbrn, check the sign of P and sum all injections to the bus.

perolofl gravatar imageperolofl (Sep 28 '2)

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: Sep 27 '2

Seen: 1,250 times

Last updated: Sep 27 '22