Table of Contents

Class Keysight3446xA

Namespace
Loehnert.Lisrt.Multimeter
Assembly
Loehnert.Lisrt.Multimeter.dll

Represents a Keysight 34460A, 34461A, or 34465A multimeter.

public class Keysight3446xA : ScpiMultimeter, ICompositeModule, ILisrtModule, IInitializable, INotifyPropertyChangedEx, INotifyPropertyChanged, IMultimeter, IHasServiceView, IHasDeviceLabel
Inheritance
PropertyChangedBase
Keysight3446xA
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Constructors

Keysight3446xA(string, ICommunication)

Initializes a new instance of the Keysight3446xA class.

[SuppressMessage("StyleCop.CSharp.ReadabilityRules", "SA1118:Parameter should not span multiple lines", Justification = "Improves readability.")]
public Keysight3446xA(string name, ICommunication communication)

Parameters

name string

LisRT module name.

communication ICommunication

Communication interface.

Remarks

When the multimeter is connected via LAN, use the VisaModule class as communication.