namespace InnovEnergy.Lib.Devices.Trumpf.TruConvert;
public enum SystemConfig : UInt16
{
NoConfig = 0,
Simulator = 1,
DcDcOnly = 2,
AcDcAndDcDc = 3,
}