Ask Your Question
0

Reactive power generation

asked 2018-01-23 14:04:07 -0500

Ali gravatar image

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.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2018-01-24 01:46:36 -0500

perolofl gravatar image

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)
edit flag offensive delete link more

Comments

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

Ali gravatar imageAli ( 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 gravatar imageperolofl ( 2018-02-07 10:34:32 -0500 )edit

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-01-23 14:04:07 -0500

Seen: 647 times

Last updated: Jan 24 '18