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.
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
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.
The total power flow into a bus is zero if we neglect the small mismatch. API brnflow
returns the flow on an individual branch.
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.
You can use inibrn and loop through all lines with nxtbrn, check the sign of P and sum all injections to the bus.
Asked: Sep 27 '2
Seen: 1,250 times
Last updated: Sep 27 '22
how to use rawx_to_csv(tblname, ofile)
Python crashes when trying open a second case file
Load data retrieval from load flow data
psspy can't run with another case without any exception
"insufficient access rights. FDNSD264 (FDNS_CLOS/CLSPTI)" error in PSSE
Getting all the branches in an area by just the area number?
Can i get locational marginal prices using PSS/E OPF module?