Connecting to Keithley 2700 by Keithley in Python
Instrument Card
The Model 2750 offers extended low ohms measurement capability and supports up to 5 7700 Switch cards for a maximum 200, 2-pole multiplexed channels. It also contains a built-in 20mV clamp that helps protect sensitive devices from damage and prevents self-heating errors during dry circuit testing.
Device Specification: here
Manufacturer card: KEITHLEY
Keithley Instruments is a measurement and instrument company headquartered in Solon, Ohio, that develops, manufactures, markets, and sells data acquisition products, as well as complete systems for high-volume production and assembly testing.
- Headquarters: Cleveland, Ohio, United States
- Yearly Revenue (millions, USD): 110.6
- Vendor Website: here
Demo: Record voltage over time with an Agilent 34401A multimeter
Connect to the Keithley 2700 in Python
Read our guide for turning Python scripts into Flojoy nodes.
PROTOCOLS > SCPI
This script connects to the Keithley 2700 using the GPIB address “GPIB::1”. It then performs some operations with the instrument, such as getting the state of channels 1 and 2, closing all channels, and finally disconnecting from the instrument.
Note that you may need to install the pymeasure
package before running this script. You can install it using pip install pymeasure
.