Table of Contents

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
PropertyChangedBase
InsulationTestSettings
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

MaximumResistance

Gets or sets the maximum resistance for measurement in MOhm.

public double MaximumResistance { get; set; }

Property Value

double

MinimumResistance

Gets or sets the minimum resistance for measurement in MOhm.

public double MinimumResistance { get; set; }

Property Value

double

RestistanceMeasuringRange

Gets or sets the resistance measuring range.

public ResistanceRange RestistanceMeasuringRange { get; set; }

Property Value

ResistanceRange

Methods

CreateSettingsString()

Creates a string of all insulation parameters.

public string CreateSettingsString()

Returns

string

A String containing all parameters in brackets separated by semicolon.