Class InsulationTestResult
- Namespace
- Loehnert.Lisrt.HighVoltageTester.SpsElectronic
- Assembly
- Loehnert.Lisrt.HighVoltageTester.SpsElectronic.dll
Represents the result values of the insulation test.
public class InsulationTestResult
- Inheritance
-
InsulationTestResult
- Inherited Members
Properties
CancellationReason
Gets the reason of cancellation.
public CancellationReason CancellationReason { get; }
Property Value
Current
Gets the real current in ampere.
public double Current { get; }
Property Value
Resistance
Gets the real resistance value in ohm.
public double Resistance { get; }
Property Value
Voltage
Gets the real 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.