0

Total Active Power Transmitted to a Bus

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.

rhapsody's avatar
3
rhapsody
asked 2022-09-27 10:15:36 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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

perolofl's avatar
3.8k
perolofl
answered 2022-09-27 10:38:03 -0500
edit flag offensive 0 remove flag delete 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's avatar rhapsody (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's avatar perolofl (2022-09-28 04:31:30 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer