Class InsulationTestSettings
- Namespace
- Loehnert.Lisrt.HighVoltageTester.Elabo
- Assembly
- Loehnert.Lisrt.HighVoltageTester.Elabo.dll
Represents settings for a insulation test.
public class InsulationTestSettings : TestSettingsBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseInsulationTestSettings
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
MaximumResistance
Gets or sets the maximum resistance for measurement in MOhm.
public double MaximumResistance { get; set; }
Property Value
MinimumResistance
Gets or sets the minimum resistance for measurement in MOhm.
public double MinimumResistance { get; set; }
Property Value
RestistanceMeasuringRange
Gets or sets the resistance measuring range.
public ResistanceRange RestistanceMeasuringRange { get; set; }
Property Value
Methods
CreateSettingsString()
Creates a string of all insulation parameters.
public string CreateSettingsString()
Returns
- string
A String containing all parameters in brackets separated by semicolon.