Connecting to Keithley S46 by Keithley in Python
Instrument Card
S46 Microwave Switch Systems are designed to simplify the automated switching needed to test a wide range of RF and telecommunication products and devices. The S46 can control 32 relay contacts in a package as small as a 2U high (3.5 in) full-rack enclosure.
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
Connect to the Keithley S46 in Python
Read our guide for turning Python scripts into Flojoy nodes.
PROTOCOLS > SCPI
To connect to a Keithley S46 Switch using Qcodes, you can use the following Python script:
This script creates an instance of the KeithleyS46
instrument, connects to it using the specified address (replace "TCPIP::192.168.1.1::INSTR"
with the actual address of your instrument), and performs various operations on the switch channels. Finally, it disconnects from the instrument.