Ask Your Question
0

Total Active Power Transmitted to a Bus

asked 2022-09-27 10:15:36 -0500

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.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2022-09-27 10:38:03 -0500

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.

edit flag offensive delete link more

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 ( 2022-09-27 10:56:15 -0500 )edit

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 ( 2022-09-28 04:31:30 -0500 )edit

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: 2022-09-27 10:15:36 -0500

Seen: 699 times

Last updated: Sep 27 '22