Connecting to ATS9360-12bit, 1.8GS/s by Alazartech in Python
Instrument Card
ATS9360 is a fast, 12-bit waveform digitizer based on the 8-lane PCI Express Gen2 interface.
Device Specification: here
Manufacturer card: ALAZARTECH
Alazar Technologies Inc. (AlazarTech) was founded in 2003 with the goal of serving the test and measurement market, in general, and the embedded waveform digitizer (OEM) market segment, in particular, by providing highly differentiated, high performance instrumentation products at affordable prices.
- Headquarters: CANADA - QC
- Yearly Revenue (millions, USD): 4
- Vendor Website: here
Demo: Record temperature over time with a LabJack DAQ board
Connect to the ATS9360-12bit, 1.8GS/s in Python
Read our guide for turning Python scripts into Flojoy nodes.
PROTOCOLS > SCPI
This script connects to the ATS9360 DAQ board using the AlazarTech_ATS9360
driver from Qcodes. It then configures various settings such as clock source, sample rate, trigger settings, and acquisition parameters. After starting the acquisition, it reads the acquired data and stops the acquisition. Finally, it disconnects from the DAQ board.
Note: This script assumes that you have already installed the necessary dependencies, including Qcodes and the AlazarTech driver for the ATS9360 board.