Ask Your Question
0

Bus net MW injection or extraction - Through flow

asked 2018-09-23 05:02:08 -0500

Mutenda gravatar image

Hi,.

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

Regards

edit retag flag offensive close merge delete

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 ( 2018-09-26 01:15:50 -0500 )edit

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

Mutenda gravatar imageMutenda ( 2018-09-27 00:28:54 -0500 )edit

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 ( 2018-11-30 19:25:35 -0500 )edit

2 answers

Sort by ยป oldest newest most voted
0

answered 2018-09-27 01:39:06 -0500

perolofl gravatar image

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

edit flag offensive delete link more

Comments

Ok, thank you

Mutenda gravatar imageMutenda ( 2018-09-27 02:02:19 -0500 )edit
0

answered 2018-09-25 12:17:35 -0500

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

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2018-09-23 05:02:08 -0500

Seen: 482 times

Last updated: Sep 27 '18