62 std::vector<ControlSpecificationGainLevel>
gain;
68 int fixedUSBinLength = 0;
Offset filtered out by capacitor.
std::vector< unsigned > recordLengths
Available record lengths, UINT_MAX means rolling.
Definition: controlspecification.h:19
unsigned char id
Definition: controlspecification.h:37
std::vector< ControlSpecificationGainLevel > gain
Gain levels.
Definition: controlspecification.h:62
Stores the samplerate limits for calculations.
Definition: controlspecification.h:15
Definition: controlsettings.h:9
double gainSteps
Available voltage steps in V/screenheight.
Definition: controlspecification.h:32
Definition: controlspecification.h:35
std::vector< VoltageLimit > voltageLimit
Definition: controlspecification.h:57
std::vector< int > VoltageLimit
The sample values at the top of the screen.
Definition: controlspecification.h:56
unsigned int maxDownsampler
The maximum downsampling ratio.
Definition: controlspecification.h:18
Stores the specifications of the currently connected device.
Definition: controlspecification.h:42
double samplerate
Definition: controlspecification.h:36
std::vector< RecordLengthID > bufferDividers
Samplerate dividers for record lengths.
Definition: controlspecification.h:48
std::vector< FixedSampleRate > fixedSampleRates
For devices that support only fixed sample rates.
Definition: controlspecification.h:51
double base
The base for sample rate calculations.
Definition: controlspecification.h:16
ControlSpecificationSamplerate samplerate
The samplerate specifications.
Definition: controlspecification.h:47
Normal hardware trigger (or software trigger) mode.
std::vector< VoltageOffset > voltageOffset
Definition: controlspecification.h:59
std::vector< int > VoltageOffset
Definition: controlspecification.h:58
Stop after the first trigger event.
unsigned ChannelID
Definition: types.h:6
Stores the samplerate limits.
Definition: controlspecification.h:23
double max
The maximum sample rate.
Definition: controlspecification.h:17
Automatic without trigger event.
unsigned char gainIndex
The index of the selected gain on the hardware.
Definition: controlspecification.h:30
unsigned downsampling
Definition: controlspecification.h:38
const ChannelID channels
Definition: controlspecification.h:44
Definition: TriggerDock.h:15
Definition: controlspecification.h:28