54 bool hasCalibrationEEPROM =
true;
55 bool isDemoDevice =
false;
63 std::vector< ControlSpecificationGainLevel >
gain;
68 int fixedUSBinLength = 0;
69 bool hasACcoupling =
false;
Offset filtered out by capacitor.
std::vector< unsigned > recordLengths
Available record lengths, UINT_MAX means rolling.
Definition: controlspecification.h:18
unsigned oversampling
Definition: controlspecification.h:38
unsigned char id
Definition: controlspecification.h:37
std::vector< FixedSampleRate > fixedSampleRates
For devices that support only fixed sample rates.
Definition: controlspecification.h:50
std::vector< VoltageOffset > voltageOffset
Definition: controlspecification.h:60
Stores the samplerate limits for calculations.
Definition: controlspecification.h:15
Definition: controlsettings.h:9
double Vdiv
Available voltage steps in V/div.
Definition: controlspecification.h:31
Definition: controlspecification.h:35
std::vector< VoltageScale > voltageScale
Definition: controlspecification.h:58
std::vector< double > VoltageScale
The sample values for one div.
Definition: controlspecification.h:57
Stores the specifications of the currently connected device.
Definition: controlspecification.h:42
double samplerate
Definition: controlspecification.h:36
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.
Stop after the first trigger event.
unsigned ChannelID
Definition: types.h:6
Stores the samplerate limits.
Definition: controlspecification.h:22
double max
The maximum sample rate.
Definition: controlspecification.h:17
Automatic without trigger event.
QList< double > calfreqSteps
Definition: controlspecification.h:71
const ChannelID channels
Definition: controlspecification.h:44
unsigned char gainValue
The index of the selected gain on the hardware.
Definition: controlspecification.h:29
Free running without any trigger.
std::vector< double > VoltageOffset
Definition: controlspecification.h:59
Definition: TriggerDock.h:15
std::vector< ControlSpecificationGainLevel > gain
Gain levels.
Definition: controlspecification.h:63
Definition: controlspecification.h:27