make_awg_data_id_set
Usage
usage: make_awg_data_id_set.py [-h] [--nchan NCHAN] [--len LEN] [--amp AMP] [--ncycles NCYCLES] [--offset_by_channel OFFSET_BY_CHANNEL] [--offset OFFSET]
[--offset_c1 OFFSET_C1]
fname
Positional Arguments
- fname
filename root
Named Arguments
- --nchan
number of channels in set
Default: 16
- --len
number of samples in set
Default: 100000
- --amp
amplitude in volts
Default: 0.5
- --ncycles
number of waveform cycles in set
Default: 8
- --offset_by_channel
offset in volts *ch
Default: 0.0
- --offset
global offset in volts
Default: 1.0
- --offset_c1
ch+1 output with this offset
Default: 1.0
Outline:
make_awg_data_id_set fname
Makes a series of waveforms, each with one of the channels as an “ID”
regular: sin at +1V id : cos at -1V
Created on 3 Nov 2020
@author: pgm