First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
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.