#include <FrequencyConverter.h>
A device to convert from one frequency to another (e.g., frequency F1 to F2) comprises a pair of FrequencyConverter instances. One converts from F1 to DC, the other converts the DC to F2.
IEC61970::Base::Domain::Frequency IEC61970::Base::Wires::FrequencyConverter::frequency |
Frequency on the AC side.
IEC61970::Base::Domain::ActivePower IEC61970::Base::Wires::FrequencyConverter::maxP |
The maximum active power on the DC side at which the frequence converter should operate.
IEC61970::Base::Domain::Voltage IEC61970::Base::Wires::FrequencyConverter::maxU |
The maximum voltage on the DC side at which the frequency converter should operate.
IEC61970::Base::Domain::ActivePower IEC61970::Base::Wires::FrequencyConverter::minP |
The minimum active power on the DC side at which the frequence converter should operate.
IEC61970::Base::Domain::Voltage IEC61970::Base::Wires::FrequencyConverter::minU |
The minimum voltage on the DC side at which the frequency converter should operate.