Enum CancellationReason
- Namespace
- Loehnert.Lisrt.HighVoltageTester.SpsElectronic
- Assembly
- Loehnert.Lisrt.HighVoltageTester.SpsElectronic.dll
Represents a reason why a measurement is canceled.
public enum CancellationReason
Fields
CanceledByRemoteControl = 13Measurement is canceled by remote control.
HardwareError = 12Hardware has an error.
HighArc = 10ARC is greater than maximum ARC.
HighCurrent = 2Current is to high.
HighResistance = 6Resistance is greater than maximum resistance.
HighVoltage = 9Resistance is greater than maximum voltage.
LowCurrent = 8Current is to low.
LowResistance = 7Resistance is less than minimum resistance.
LowVoltage = 4Voltage is less than minimum voltage.
NoGeneratorPowerOrShortCircuit = 3Occurs in the protective wire test immediately when the measuring current was broken during the test. On high voltage \ insulation test (I5, H5) it means voltage is to low, no generator power or short-circuit.
NotCanceled = 0Measurement is not canceled.
SafetyContactReleased = 5The safety contact is released during test.
StopButton = 1Stop button is pressed.
TemperatureError = 11Temperature of device is out of specification.