namespace InnovEnergy.Lib.Devices.Trumpf.TruConvertDc.Control; public enum DcControlMode : UInt16 { CurrentSetpoint = 0, VoltageDroop = 1 }