Connecting to Keysight N6705B by Keysight in Python
Instrument Card
The N6705B is a 4-slot mainframe that accepts up to 4 DC Power Modules, and up to 600 W total DC Power Module output power. The modules are ordered separately.
N6705B accepts the same modules as N6700 Modular Power System, with over 30 modules to choose from
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 N6705B in Python
Read our guide for turning Python scripts into Flojoy nodes.
PROTOCOLS > SCPI
To connect to a Keysight N6705B Power Supply using Qcodes, you can use the following Python script:
This script creates an instance of the Keysight_N6705B
instrument, connects to it using the specified address (replace 'TCPIP0::192.168.1.1::inst0::INSTR'
with the actual address of your instrument), gets the instrument identification, sets the voltage and current for channel 1, enables channel 1, reads the voltage and current from channel 1, and finally disconnects from the instrument.