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 -0600
Seen: 524 times
Last updated: Sep 27 '18
How to I get the contribution of neighboring buses, after the ascc_currents api runs?
How to get MW and MVAR on psspy.aloadcplx and How to kill excel on Task Manager
psse error "No type 3 (swing) bus in the network"
How can I change from Geophysical to Cartesian in Bus locations?
elements not shown in diagram [closed]
MW & Mvar flow in Python to Excel
Change all buses load P and Q injections
How would you include currents from load/generation in calculating the bus current?
Do you know a code to find how many buses away are two buses in a power flow?
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