Innovenergy_trunk/csharp/Lib/Devices/Trumpf/TruConvertAc/Enums/AcErrorPolicy.cs

7 lines
291 B
C#

namespace InnovEnergy.Lib.Devices.Trumpf.TruConvertAc.Enums;
public enum AcErrorPolicy : UInt16
{
Relaxed = 0, // 0 = relaxed (System keeps running even if some slaves are in error state.)
Strict = 1, // 1 = strict (System shuts down as soon as one component is in error state.)
}