|
OpenHantek
|
Holds the settings for the oscilloscope. More...
#include <scopesettings.h>
Public Member Functions | |
| double | gain (unsigned channel) const |
| bool | anyUsed (ChannelID channel) const |
| Dso::Coupling | coupling (ChannelID channel, const Dso::ControlSpecification *deviceSpecification) const |
| ChannelID | countChannels () const |
| double | getMarker (int marker) const |
| void | setMarker (unsigned int marker, double value) |
Data Fields | |
| std::vector< double > | gainSteps |
| std::vector< double > | mathGainSteps |
| std::vector< DsoSettingsScopeSpectrum > | spectrum |
| Spectrum analysis settings. | |
| std::vector< DsoSettingsScopeVoltage > | voltage |
| Settings for the normal graphs. | |
| DsoSettingsScopeHorizontal | horizontal |
| Settings for the horizontal axis. | |
| DsoSettingsScopeTrigger | trigger |
| Settings for the trigger. | |
| DsoSettingsScopeAnalysis | analysis |
| Settings for the analysis. | |
| int | verboseLevel = 0 |
| int | toolTipVisible = 1 |
| bool | doNotTranslate = false |
| bool | histogram = false |
| bool | hasACcoupling = false |
| bool | hasACmodification = false |
| bool | liveCalibrationActive = false |
Holds the settings for the oscilloscope.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| DsoSettingsScopeAnalysis DsoSettingsScope::analysis |
Settings for the analysis.
| bool DsoSettingsScope::doNotTranslate = false |
| std::vector< double > DsoSettingsScope::gainSteps |
| bool DsoSettingsScope::hasACcoupling = false |
| bool DsoSettingsScope::hasACmodification = false |
| bool DsoSettingsScope::histogram = false |
| DsoSettingsScopeHorizontal DsoSettingsScope::horizontal |
Settings for the horizontal axis.
| bool DsoSettingsScope::liveCalibrationActive = false |
| std::vector< double > DsoSettingsScope::mathGainSteps |
| std::vector< DsoSettingsScopeSpectrum > DsoSettingsScope::spectrum |
Spectrum analysis settings.
| int DsoSettingsScope::toolTipVisible = 1 |
| DsoSettingsScopeTrigger DsoSettingsScope::trigger |
Settings for the trigger.
| int DsoSettingsScope::verboseLevel = 0 |
| std::vector< DsoSettingsScopeVoltage > DsoSettingsScope::voltage |
Settings for the normal graphs.