acq1001_awg_demo module

upload to AWG and optionally run a capture. data for upload is either File (host-local data file) or Rainbow, a test pattern. assumes that clocking has been pre-assigned.

usage: acq1001_awg_demo.py [-h] [--files FILES] [--loop LOOP]
[--capture CAPTURE] [--nchan NCHAN] [--awglen AWGLEN] [--post POST] [--trg TRG] uuts

acq1001 awg demo

positional arguments:
uuts uut
optional arguments:
-h, --help show this help message and exit
--files FILES list of files to load
--loop LOOP loop count
--capture CAPTURE
 run a capture (assumes ADC present)
--nchan NCHAN channel count for pattern
--awglen AWGLEN
 samples in AWG waveform
--post POST samples in ADC waveform
--trg TRG trg "int|ext rising|falling"
acq1001_awg_demo.run_main()[source]
acq1001_awg_demo.run_shots(args)[source]