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: 632 times
Last updated: Sep 27 '18
loop only through EXISTING buses
How to get MW and MVAR on psspy.aloadcplx and How to kill excel on Task Manager
How would you include currents from load/generation in calculating the bus current?
How to select N-level buses from specific bus called"simple bus"
How can I change from Geophysical to Cartesian in Bus locations?
How does psse calculate frequency at bus?
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
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