Generator internal voltage, retrieve
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.
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.