Connecting to Keysight B2200A by Keysight in Python
Instrument Card
The Keysight B2200A fA leakage switch mainframe reduces the cost of test by enabling automatic characterization tests without compromising the measurement performance of the semiconductor parameter analyzer.
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
Connect to the Keysight B2200A in Python
Read our guide for turning Python scripts into Flojoy nodes.
PROTOCOLS > SCPI
To connect to a Keysight B2200A Switch using Qcodes, you can use the following Python script:
This script creates an instance of the KeysightB2200
instrument, specifying the instrument name and address. Then, it connects to the instrument using the connect_message()
method. After that, you can perform operations on the switch, such as connecting and disconnecting input/output pairs using the connect()
and disconnect()
methods. Finally, the connection to the instrument is closed using the close()
method.
Note: Make sure to replace 'TCPIP0::192.168.1.1::inst0::INSTR'
with the actual address of your Keysight B2200A Switch.