Enum Classification
- Namespace
- Loehnert.Lisrt.HighVoltageTester.Chroma
- Assembly
- Loehnert.Lisrt.HighVoltageTester.Chroma.dll
Represents the classification of the measurement.
public enum Classification
Fields
ArcToHigh = 35
The test has failed. ARC is greater than maximum ARC.
Screen prompt word = 'ARC', for AC = '23', for DC = '35'
ChargeCurrentIsGreaterThanLowerCurrentLimit = 37
The test has failed. The charging current is greater than LowerCurrentLimit.
Enabled by DetectChargeCurrentIsGreaterThanLowerCurrentLimit.Screen prompt word = 'CHECK LOW', for DC = '37'
Passed = 116
Test has passed.
Screen prompt word = 'PASS'
ReadingCurrentIsOverValidHardwareDigit = 39
The test has failed. The current/ resistance reading exceeds hardware valid digit.
Screen prompt word = 'ADV OVER', for AC = '23', DC = '39'
ReadingVoltageIsOverValidHardwareDigit = 38
The test has failed. The voltage/ current reading exceeds hardware valid digit.
Screen prompt word = 'ADI OVER', for AC = '22', DC = '38'
RealCurrentToHigh = 26
The test has failed. Real current value is greater then maximum real current.
Screen prompt word = 'AC REAL HI', for AC = '26'
ResistanceToHigh = 33
The test has failed. Resistance is greater than maximum resistance.
Screen prompt word = 'HI', for AC = '17', DC = '33'
ResistanceToLow = 34
The test has failed. Resistance is less than minimum resistance.
Screen prompt word = 'LO', for AC = '18', for DC = '34'