Class ProtectiveEarthTestConfiguration
- Namespace
- Loehnert.Lisrt.HighVoltageTester.Etl
- Assembly
- Loehnert.Lisrt.HighVoltageTester.Etl.dll
Represents the configuration of a protective earth test.
public class ProtectiveEarthTestConfiguration
- Inheritance
-
ProtectiveEarthTestConfiguration
- Inherited Members
Properties
Current
Gets or sets the real current limit for testing. The default value is 9.0 A.
[DisplayFormat(DataFormatString = "{0} A")]
[Range(5, 40)]
public double Current { get; set; }
Property Value
Frequency
Gets or sets the measuring frequency in hertz. The default value is 50 Hz.
[DisplayFormat(DataFormatString = "{0} Hz")]
[Range(45, 60)]
public double Frequency { get; set; }
Property Value
ResistanceMax
Gets or sets the resistance maximum limit for testing. The default value is 0.01 Ohm.
[DisplayFormat(DataFormatString = "{0} Ω")]
[Range(0.005, 0.5)]
public double ResistanceMax { get; set; }
Property Value
StartTrigger
Gets or sets the setting of safety control. The default value is Immediately.
public StartTriggers StartTrigger { get; set; }
Property Value
TestTime
Gets or sets the measuring time for testing in seconds. The default value is 1.0 s.
[DisplayFormat(DataFormatString = "{0} s")]
[Range(0.1, 6000)]
public double TestTime { get; set; }
Property Value
Voltage
Gets or sets the Voltage limit for testing. The default value is 6 V.
[DisplayFormat(DataFormatString = "{0} V")]
[Range(6, 12)]
public double Voltage { get; set; }