Connecting to Keithley 2602A by Keithley in Python
Instrument Card
The Keithley 2602A SourceMeter is used as either a bench-top I-V characterization tool or as a building block component of multi-channel I-V test systems. For bench-top use, the Keithley 2602A SourceMeter features an embedded TSP® Express Software Tool that allows users to quickly and easily perform common I-V tests without programming or installing software. For system level applications, the Keithley 2602A SourceMeter’s Test Script Processor (TSP®) architecture along with new capabilities such as parallel test execution and precision timing provide the highest throughput in the industry to lower the cost of test.
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: Measure a solar panel IV curve with a Keithley 2400
Connect to the Keithley 2602A in Python
Read our guide for turning Python scripts into Flojoy nodes.
PROTOCOLS > SCPI
Note: Replace 'TCPIP::192.168.1.1::INSTR'
with the actual IP address or VISA resource address of your Keithley 2602A Power Supply.
This script connects to the Keithley 2602A instrument, sets the voltage and current limits, enables the output, sets the voltage and current levels, measures the voltage and current, and finally disables the output.