Table of Contents

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

CancellationReason

Current

Gets the real current in ampere.

public double Current { get; }

Property Value

double

Resistance

Gets the real resistance value in ohm.

public double Resistance { get; }

Property Value

double

Voltage

Gets the real 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.