Table of Contents

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

Constructors

HipotTester1905xModule(string, ICommunication)

Initializes a new instance of the HipotTester1905xModule class.

public HipotTester1905xModule(string name, ICommunication communication)

Parameters

name string

Name of the module. See Name.

communication ICommunication

Communication device.

Remarks

Sets communicationEncoding 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

bool

HighVoltageTest

Gets the high voltage test.

public HighVoltageTest HighVoltageTest { get; }

Property Value

HighVoltageTest

Methods

ShowServiceView()

Shows the service window.

public void ShowServiceView()