Connecting to Keysight 34934A by Keysight in Python
Instrument Card
The Keysight 34934A module for the 34980A Multifunction Switch/Measure Unit offers the highest density matrix for connecting paths between your device under test and your test equipment, allowing for multiple instrument connections to multiple points on your device under test at the same time.
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 temperature over time with a LabJack DAQ board
Connect to the Keysight 34934A in Python
Read our guide for turning Python scripts into Flojoy nodes.
PROTOCOLS > SCPI
To connect to a Keysight 34934A DAQ board using Qcodes, you can use the following Python script:
Note: Make sure to replace 'TCPIP0::192.168.1.1::inst0::INSTR'
with the actual VISA address of your DAQ board.