Class HighVoltageTestResult
- Namespace
- Loehnert.Lisrt.HighVoltageTester.Chroma
- Assembly
- Loehnert.Lisrt.HighVoltageTester.Chroma.dll
Represents the result values of the high voltage test.
public class HighVoltageTestResult
- Inheritance
-
HighVoltageTestResult
- Inherited Members
Properties
Classification
Gets the classification of the measurement.
public Classification Classification { get; }
Property Value
Current
Gets the apparent current in ampere.
public double Current { get; }
Property Value
RealCurrent
Gets the real current in ampere.
public double RealCurrent { get; }
Property Value
Remarks
The real current is the measured current reduced by the offset.
Voltage
Gets the apparent voltage in volt.
public double Voltage { get; }
Property Value
Methods
ToString()
Converts the result into a representative string.
public override string ToString()
Returns
- string
A string containing the result values.