0

Reactive power generation

Hello,

I was wondering if there is a way to get all reactive power generated/consumed in a subsystem (all of the system) coming form both generators and shunt elements. The question boils down to how to get the reactive power generated/consumed in the system.

Any help is appreciated. Thanks.

Ali's avatar
26
Ali
asked 2018-01-23 14:04:07 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Use activity SUBS which you find under Power Flow | Reports | Bus based reports...

Example in python for area 2 and 5:

psspy.bsys(0,0,[ 13.8, 500.],2,[2,5],0,[],0,[],0,[])
psspy.subs(0,0)

For the whole system:

psspy.subs(0,1)
perolofl's avatar
3.8k
perolofl
answered 2018-01-24 01:46:36 -0500
edit flag offensive 0 remove flag delete link

Comments

Is it possible to get this in python for further data analysis rather than a print only?

Ali's avatar Ali (2018-02-06 21:11:12 -0500) edit

You can use API ardat to get total generation and load for individual areas. It seems like total shunts is not supported.

perolofl's avatar perolofl (2018-02-07 10:34:32 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer