Table of Contents

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 = 13

Measurement is canceled by remote control.

HardwareError = 12

Hardware has an error.

HighArc = 10

ARC is greater than maximum ARC.

HighCurrent = 2

Current is to high.

HighResistance = 6

Resistance is greater than maximum resistance.

HighVoltage = 9

Resistance is greater than maximum voltage.

LowCurrent = 8

Current is to low.

LowResistance = 7

Resistance is less than minimum resistance.

LowVoltage = 4

Voltage is less than minimum voltage.

NoGeneratorPowerOrShortCircuit = 3

Occurs 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 = 0

Measurement is not canceled.

SafetyContactReleased = 5

The safety contact is released during test.

StopButton = 1

Stop button is pressed.

TemperatureError = 11

Temperature of device is out of specification.