First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

Bus net MW injection or extraction - Through flow

asked Sep 23 '18

Mutenda gravatar image

Hi,.

Is there a function to extract total MW injection into a bus or total MW out of a bus?

Regards

Comments

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.

perolofl gravatar imageperolofl (Sep 26 '18)

Yes, it is total of power flowing into the bus from branches, transformers, HVDC, FACTS etc.

Mutenda gravatar imageMutenda (Sep 27 '18)

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

txc gravatar imagetxc (Dec 1 '18)

2 answers

Sort by » oldest newest most voted
0

answered Sep 27 '18

perolofl gravatar image

There is no such function available. You have to write your own!

link

Comments

Ok, thank you

Mutenda gravatar imageMutenda (Sep 27 '18)
0

answered Sep 25 '18

rafaels100 gravatar image

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

link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: Sep 23 '18

Seen: 532 times

Last updated: Sep 27 '18