User manual

DAQ Timing
Data acquisition of all channels takes place sequentially in a fixed order. The settling time after switching
channels can be adjusted. It is called "Interchannel Delay".
The shorter the interchannel delay is, the more frames per second you can get - but with less accuracy.
Input Frame
Setting up an input frame is a two step process.
First, build a list of inputs that should be measured. This can be any analog input (single ended and/or
differential), digital port, counter or trigger. Every input can be in the list only once. The order of the inputs in
the list does not matter.
Second, set up the frame using this list calling setupInputFrame() of the class instance.
Output Frame
The output frame is set up by defining a list of all outputs that should be set using a single write. Output
frames can be a list of analog outputs and digital ports (do not forget to set their output enable masks).
Call setupOutputFrame() using this list.
41/63