Table of Contents

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

Classification

Current

Gets the apparent current in ampere.

public double Current { get; }

Property Value

double

RealCurrent

Gets the real current in ampere.

public double RealCurrent { get; }

Property Value

double

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

double

Methods

ToString()

Converts the result into a representative string.

public override string ToString()

Returns

string

A string containing the result values.