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.
[SuppressMessage("StyleCop.CSharp.ReadabilityRules", "SA1118:Parameter should not span multiple lines", Justification = "Improves readability.")]
public Keysight3446xA(string name, ICommunication communication)
Parameters
namestringLisRT module name.
communicationICommunicationCommunication interface.
Remarks
When the multimeter is connected via LAN, use the VisaModule class as communication.