Table of Contents

Class HighVoltageTestResult

Namespace
Loehnert.Lisrt.HighVoltageTester.SpsElectronic
Assembly
Loehnert.Lisrt.HighVoltageTester.SpsElectronic.dll

Represents the result values of the high voltage test.

public class HighVoltageTestResult
Inheritance
HighVoltageTestResult
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

SenseVoltage

Gets the real sense voltage in volt, if the sense module is available.

public double SenseVoltage { get; }

Property Value

double

SignalDisturbance

Gets the real signal disturbance (ARC) in percent.

public double SignalDisturbance { 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.