Class ProtectiveEarthTestResult
- Namespace
- Loehnert.Lisrt.HighVoltageTester.Etl
- Assembly
- Loehnert.Lisrt.HighVoltageTester.Etl.dll
Represents the result of a protective earth test.
public class ProtectiveEarthTestResult
- Inheritance
-
ProtectiveEarthTestResult
- Inherited Members
Properties
Current
Gets the real current in ampere.
[DisplayFormat(DataFormatString = "{0:G5} A")]
public double Current { get; }
Property Value
Error
Gets the error.
public Error Error { get; }
Property Value
Resistance
Gets the real resistance in ohm.
[DisplayFormat(DataFormatString = "{0:G5} Ω")]
public double Resistance { get; }
Property Value
State
Gets the state of the measurement.
public TestState State { get; }
Property Value
TestPassed
Gets a value indicating whether the test was passed.
public bool TestPassed { get; }
Property Value
Time
Gets the test duration in seconds.
[DisplayFormat(DataFormatString = "{0} s")]
public double Time { get; }
Property Value
Voltage
Gets the voltage in volt.
[DisplayFormat(DataFormatString = "{0:G5} V")]
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.