Connecting to Keysight 34465A Submodules by Keysight in Python
Instrument Card
The 34411A offers Temperature and Capacitance capabilities, in addition to those measurements you have come to expect, such as DCV, ACV, DCI, ACI, 2-wire and 4-wire Resistance, Frequency, Period, Continuity and Diode Test.
Device Specification: here
Manufacturer card: KEYSIGHT
Keysight Technologies, or Keysight, is an American company that manufactures electronics test and measurement equipment and software
- Headquarters: USA
- Yearly Revenue (millions, USD): 5420
- Vendor Website: here
Demo: Record voltage over time with an Agilent 34401A multimeter
Connect to the Keysight 34465A Submodules in Python
Read our guide for turning Python scripts into Flojoy nodes.
PROTOCOLS > SCPI
To connect to a Keysight 34465A Multimeter using Qcodes, you can use the following Python script:
This script imports the necessary modules and creates an instance of the Keysight_34465A
driver, specifying a name for the instrument and the address of the multimeter. Then, it connects to the multimeter using the connect()
method, performs any desired measurements or operations, and finally disconnects from the multimeter using the disconnect()
method.