Class HipotTester1905xModule
- Namespace
- Loehnert.Lisrt.HighVoltageTester.Chroma
- Assembly
- Loehnert.Lisrt.HighVoltageTester.Chroma.dll
Represents a high voltage test device from Chroma for the 19051/19052/19053/19054 HIPOT testers.
public class HipotTester1905xModule : TestModuleBase, ICompositeModule, ILisrtModule, IInitializable, INotifyPropertyChangedEx, INotifyPropertyChanged, IHasDeviceLabel, IHasServiceView
- Inheritance
-
PropertyChangedBaseHipotTester1905xModule
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Constructors
HipotTester1905xModule(string, ICommunication)
Initializes a new instance of the HipotTester1905xModule class.
public HipotTester1905xModule(string name, ICommunication communication)
Parameters
name
stringName of the module. See Name.
communication
ICommunicationCommunication device.
Remarks
Sets communication
Encoding to ASCII
and EndDelimiter to a carriage return and a line feed ("\r\n").
Exceptions
- ArgumentNullException
Thrown when
communication
is null.
Properties
Enabled
Gets or sets a value indicating whether the ILisrtModule is enabled.
public override bool Enabled { get; set; }
Property Value
HighVoltageTest
Gets the high voltage test.
public HighVoltageTest HighVoltageTest { get; }
Property Value
Methods
ShowServiceView()
Shows the service window.
public void ShowServiceView()