Connecting to Keysight E8267C by Agilent in Python
Instrument Card
E8267C PSG Vector Signal Generator, up to 20 GHz
Device Specification: here
Manufacturer card: AGILENT
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 E8267C in Python
Read our guide for turning Python scripts into Flojoy nodes.
PROTOCOLS > SCPI
To connect to a Keysight E8267C RF Signal Generator using Qcodes, you can use the following Python script:
This script creates a custom class KeysightE8267C
that inherits from VisaInstrument
provided by Qcodes. It adds parameters and commands specific to the Keysight E8267C RF Signal Generator, such as frequency
. The script then creates an instance of the KeysightE8267C
class, connects to the signal generator, retrieves the current frequency, and finally disconnects from the signal generator.