Connecting to Ametek 7270 by Ametek in Python
Instrument Card
The model 7270 sets a new standard for general-purpose DSP lock-in amplifiers.
Device Specification: here
Manufacturer card: AMETEK
Since 1930, our talented and diverse workforce has been delivering differentiated technology solutions to create strong, sustainable and profitable growth.
- Headquarters: US
- Yearly Revenue (millions, USD): 6200
- Vendor Website: here
Connect to the Ametek 7270 in Python
Read our guide for turning Python scripts into Flojoy nodes.
PROTOCOLS > SCPI
This script connects to the Ametek 7270 Lockin Amplifier using a VISA adapter and sets the instrument to voltage control mode. It then sets the sensitivity to 100 nV and the filter slope to 12 dB/octave. The script reads the X and Y values from the lockin amplifier and prints them. Finally, it shuts down the instrument and closes the connection.
Note: Make sure to install the necessary dependencies (pymeasure
, pyvisa
, and pyvisa-py
) before running the script.