Connecting to Keysight M960x defs by Keysight in Python
Instrument Card
PXI source/measure units are the source and measurement resources of voltage and current for test applications requiring high accuracy, high resolution, and measurement flexibility
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 M960x defs in Python
Read our guide for turning Python scripts into Flojoy nodes.
PROTOCOLS > SCPI
Here is a Python script that uses Qcodes to connect to a Keysight M960x Power Meter:
This script connects to the power meter using the IP address โ192.168.1.1โ and sets up the measurement function to measure power. It then reads the power measurement and prints the result. Finally, it closes the connection to the power meter.