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
-
PropertyChangedBaseKeysight3446xA
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Constructors
Keysight3446xA(string, ICommunication)
Initializes a new instance of the Keysight3446xA class.
public Keysight3446xA(string name, ICommunication communication)
Parameters
name
stringLisRT module name.
communication
ICommunicationCommunication interface.
Remarks
When the multimeter is connected via LAN, use the VisaModule class as communication
.