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
Current
Gets the real current in ampere.
public double Current { get; }
Property Value
SenseVoltage
Gets the real sense voltage in volt, if the sense module is available.
public double SenseVoltage { get; }
Property Value
SignalDisturbance
Gets the real signal disturbance (ARC) in percent.
public double SignalDisturbance { get; }
Property Value
Voltage
Gets the real voltage in volt.
public double Voltage { get; }
Property Value
Methods
ToString()
Converts the result into a representative string.
public override string ToString()
Returns
- string
A string containing the result values.