[config] adding bool daq, hints
This commit is contained in:
parent
9fd4892325
commit
4029034174
@ -1,5 +1,8 @@
|
|||||||
settings:
|
settings:
|
||||||
repros: [calibration, sinus]
|
# If true daq should be used, else starts without daq
|
||||||
|
daq: False
|
||||||
|
# class names of the repros to run
|
||||||
|
repros: [Calibration, Sinus]
|
||||||
path: ~/projects/pyrelacs/test/
|
path: ~/projects/pyrelacs/test/
|
||||||
|
|
||||||
metadata:
|
metadata:
|
||||||
@ -16,9 +19,11 @@ pyrelacs:
|
|||||||
data:
|
data:
|
||||||
input:
|
input:
|
||||||
inputsamplerate : 20
|
inputsamplerate : 20
|
||||||
|
# Unit is rescaled to Hz
|
||||||
inputsamplerateunit : kHz
|
inputsamplerateunit : kHz
|
||||||
# BufferSize
|
# BufferSize
|
||||||
inputtracecapacity : 600
|
inputtracecapacity : 600
|
||||||
|
# Unit is rescaled to s
|
||||||
inputtracecapacityunit : s
|
inputtracecapacityunit : s
|
||||||
inputunipolar : false
|
inputunipolar : false
|
||||||
inputtraceid : [ V-1, EOD, LocalEOD-1, GlobalEFieldStimulus ]
|
inputtraceid : [ V-1, EOD, LocalEOD-1, GlobalEFieldStimulus ]
|
||||||
|
Loading…
Reference in New Issue
Block a user