Enum< Dso::Slope, Dso::Slope::Positive, Dso::Slope::Both > SlopeEnum
Definition: enums.cpp:8
CH1 on X-axis, CH2 on Y-axis.
Definition: enums.h:20
Offset filtered out by capacitor.
Sample dots connected by lines.
Definition: enums.h:55
Slope
The slope that causes a trigger.
Definition: enums.h:44
InterpolationMode
The different interpolation modes for the graphs.
Definition: enums.h:53
QString couplingString(Coupling coupling)
Return string representation of the given channel coupling.
Definition: enums.cpp:42
From higher to lower voltage.
Coupling
The coupling modes for the channels.
Definition: enums.h:27
Just dots for each sample.
Definition: enums.h:54
Total number of interpolation modes.
Definition: enums.h:56
QString slopeString(Slope slope)
Return string representation of the given trigger slope.
Definition: enums.cpp:73
TriggerMode
The different triggering modes.
Definition: enums.h:35
ChannelMode
The channel display modes.
Definition: enums.h:11
GraphFormat
The possible viewing formats for the graphs on the scope.
Definition: enums.h:18
The standard mode.
Definition: enums.h:19
QString triggerModeString(TriggerMode mode)
Return string representation of the given trigger mode.
Definition: enums.cpp:58
From lower to higher voltage.
Normal hardware trigger (or software trigger) mode.
Definition: enumclass.h:6
Stop after the first trigger event.
Automatic without trigger event.
Enum< Dso::TriggerMode, Dso::TriggerMode::AUTO, Dso::TriggerMode::SINGLE > TriggerModeEnum
Definition: enums.cpp:7
At 1st level crossing up or down.
Enum< Dso::GraphFormat, Dso::GraphFormat::TY, Dso::GraphFormat::XY > GraphFormatEnum
Definition: enums.cpp:9
Definition: TriggerDock.h:15
QString graphFormatString(GraphFormat format)
Return string representation of the given graph format.
Definition: enums.cpp:29