|
OpenHantek
|
Holds the settings for the oscilloscope. More...
#include <scopesettings.h>
Public Member Functions | |
| double | gain (unsigned channel) const |
| bool | anyUsed (ChannelID channel) |
| Dso::Coupling | coupling (ChannelID channel, const Dso::ControlSpecification *deviceSpecification) const |
| unsigned | countChannels () const |
| double | getMarker (unsigned int marker) const |
| void | setMarker (unsigned int marker, double value) |
Data Fields | |
| std::vector< double > | gainSteps |
| The selectable voltage gain steps in V/div. More... | |
| std::vector< DsoSettingsScopeSpectrum > | spectrum |
| Spectrum analysis settings. More... | |
| std::vector< DsoSettingsScopeVoltage > | voltage |
| Settings for the normal graphs. More... | |
| DsoSettingsScopeHorizontal | horizontal |
| Settings for the horizontal axis. More... | |
| DsoSettingsScopeTrigger | trigger |
| Settings for the trigger. More... | |
| bool | histogram = false |
Holds the settings for the oscilloscope.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| std::vector<double> DsoSettingsScope::gainSteps |
The selectable voltage gain steps in V/div.
| bool DsoSettingsScope::histogram = false |
| DsoSettingsScopeHorizontal DsoSettingsScope::horizontal |
Settings for the horizontal axis.
| std::vector<DsoSettingsScopeSpectrum> DsoSettingsScope::spectrum |
Spectrum analysis settings.
| DsoSettingsScopeTrigger DsoSettingsScope::trigger |
Settings for the trigger.
| std::vector<DsoSettingsScopeVoltage> DsoSettingsScope::voltage |
Settings for the normal graphs.