Table of Contents

Class HighVoltageTestResult

Namespace
Loehnert.Lisrt.HighVoltageTester.Etl
Assembly
Loehnert.Lisrt.HighVoltageTester.Etl.dll

Represents the result values of the high voltage test.

public class HighVoltageTestResult
Inheritance
HighVoltageTestResult
Inherited Members

Properties

Current

Gets the real current in ampere.

[DisplayFormat(DataFormatString = "{0} A")]
public double Current { get; }

Property Value

double

Error

Gets the error.

public Error Error { get; }

Property Value

Error

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 real voltage in volt.

[DisplayFormat(DataFormatString = "{0} 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.