Generator internal voltage, retrieve

asked 2014-04-05 13:14:27 -0500

terrytian gravatar image

Hello,

As we know, the generator internal voltage:

E = I * Zsource + Vbus

where Zsource is the generator impedance Vbus is the bus voltage

Of course the internal voltage can be calculated by bus voltage, generator impedance, and generator output current.

My question is: Is there a way to retrieve the generator internal voltage 'E' using PSS/E API?

Thank you very much.

edit retag flag offensive close merge delete

Comments

Not sure there's a way to directly grab it using the API, but you could use the API to pull I, Zsource, and Vbus and calculate E, if that would suit your purposes.

jsexauer gravatar imagejsexauer ( 2014-04-07 09:12:05 -0500 )edit