Bus net MW injection or extraction - Through flow
Hi,.
Is there a function to extract total MW injection into a bus or total MW out of a bus?
Regards
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
Hi,.
Is there a function to extract total MW injection into a bus or total MW out of a bus?
Regards
There is no such function available. You have to write your own!
ierr, cmpval1 = psspy.busdt2(1, "MVA", "ACT") This will give you the MVA value for the bus 1, as a complex number which has both real and imaginary parts. To acces the real part of that number (true power [MW]), do: truePowerMW = cmpval1.real
Asked: 2018-09-23 05:02:08 -0500
Seen: 517 times
Last updated: Sep 27 '18
psse error "No type 3 (swing) bus in the network"
How to get branch power flow and their bus numbers.
How can I change from Geophysical to Cartesian in Bus locations?
loop only through EXISTING buses
How does psse calculate frequency at bus?
MW & Mvar flow in Python to Excel
How to model multiple infinite buses?
How to select N-level buses from specific bus called"simple bus"
What do you mean with total injection? Is it the total of power flowing into the bus from branches, transformers, HVDC, FACTS etc, excluding the power flowing out? I.e. only the power with direction to the bus.
Yes, it is total of power flowing into the bus from branches, transformers, HVDC, FACTS etc.
You can write a simple bus other model and call the flow1 function and assign the MW and MVAr flow to VARs in your model. You will be able to get the flows in the line. For Flow1 function, take a look at model documentation