Table of Contents

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

double

Error

Gets the error.

public Error Error { get; }

Property Value

Error

Resistance

Gets the real resistance in ohm.

[DisplayFormat(DataFormatString = "{0:G5} Ω")]
public double Resistance { get; }

Property Value

double

State

Gets the state of the measurement.

public TestState State { get; }

Property Value

TestState

TestPassed

Gets a value indicating whether the test was passed.

public bool TestPassed { get; }

Property Value

bool

Time

Gets the test duration in seconds.

[DisplayFormat(DataFormatString = "{0} s")]
public double Time { get; }

Property Value

double

Voltage

Gets the voltage in volt.

[DisplayFormat(DataFormatString = "{0:G5} V")]
public double Voltage { get; }

Property Value

double

Methods

ToString()

Converts the result into a representative string.

public override string ToString()

Returns

string

A string containing the result values.