Ask Your Question
0

Retrieving Dynamic Generator Outputs

asked Aug 7 '15

Jacde gravatar image

Does anyone know of a way to retrieve the generator power (real and reactive) outputs during dynamics in PSSE 32?

I have tried the macdat and macdt2 API's, and it seems like these are only for power flow values as they always produce the same results no matter the dynamic event.

I also know of the chval API method where I make gen power a channel value. Unfortunately, this is not really an option for me as I am trying to make a generic function for every machine in my model and this would require me adding thousands of channel values extra as this is a relatively large model.

I can't seem to find anything else in the API manual for this.

Thanks.

Comments

Carter, thanks for the suggestion. Unfortunately chsb adds the real/reactive powers to the output channel file. I would like to avoid doing this for reasons stated above.

Jacde gravatar imageJacde (Aug 18 '15)

Hi, did you solve this problem? How to return the data into a variable and don't output the data into a channel file?

ywan1246 gravatar imageywan1246 (Apr 19 '1)

2 answers

Sort by » oldest newest most voted
0

answered Aug 12 '15

Lassettc gravatar image

updated Sep 22 '15

Hey Jacde,

I believe you can use the chsb API, it allows you to track a large amount of variables during dynamic simulations. An example to keep track of real and reactive power using chsb is shown below:

psspy.chsb(0,1,[-1,-1,-1,1,2,0]) #Keep track of real power psspy.chsb(0,1,[-1,-1,-1,1,3,0]) #Keep track of reactive power

link
-1

answered Nov 27 '18

I just remember that there is MVAR that shows minimum and maximum reactive output power that the generator can output. I have no idea if there is informaton about retrieve output.

link

Comments

Out of topics!!!

perolofl gravatar imageperolofl (Nov 27 '18)

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

Stats

Asked: Aug 7 '15

Seen: 1,440 times

Last updated: Nov 27 '18