-
Notifications
You must be signed in to change notification settings - Fork 3
Description
We are unable to set the DC offset in kodiaq standalone mode. There is an option in the config file:
8098 DAC configuration for each channel
(1000 = negative unipolar + offset, 8000=bipolar, F000=positive
register 8098 8000
The value set here does not influence the baseline at all (tried different values). We try different options for:
baseline_mode {int}: 0 - no baselines (baseline from file), 1 - at start of each run
baseline_mode 1
including option 2 in the newer version of kodiaq, which does nothing with the baselines. Options 0 and 2 give a bipolar range (0V = 8000 ADC counts), option 1 sets the DAC offset to unipolar negative (0V = 16200 ADC counts).
Maybe I don't get the config, but does 'determine baseline' here just mean 'measure baseline' or also 'set baseline'? Is it supposed to have such behaviour?