|
OpenHantek
|
Holds the settings for the normal voltage graphs. TODO Use ControlSettingsVoltage. More...
#include <scopesettings.h>
Data Fields | |
| double | offset = 0.0 |
| Vertical offset in divs. More... | |
| double | trigger = 0.0 |
| Trigger level in V. More... | |
| unsigned | gainStepIndex = 6 |
| The vertical resolution in V/div (default = 1.0) More... | |
| unsigned | couplingOrMathIndex = 0 |
| Different index: coupling for real- and mode for math-channels. More... | |
| bool | inverted = false |
| true if the channel is inverted (mirrored on cross-axis) More... | |
| double | probeAttn = 1.0 |
| attenuation of probe More... | |
Data Fields inherited from DsoSettingsScopeChannel | |
| QString | name |
| Name of this channel. More... | |
| bool | used = false |
| true if the channel is turned on More... | |
| DsoSettingsScopeCursor | cursor |
Holds the settings for the normal voltage graphs. TODO Use ControlSettingsVoltage.
| unsigned DsoSettingsScopeVoltage::couplingOrMathIndex = 0 |
Different index: coupling for real- and mode for math-channels.
| unsigned DsoSettingsScopeVoltage::gainStepIndex = 6 |
The vertical resolution in V/div (default = 1.0)
| bool DsoSettingsScopeVoltage::inverted = false |
true if the channel is inverted (mirrored on cross-axis)
| double DsoSettingsScopeVoltage::offset = 0.0 |
Vertical offset in divs.
| double DsoSettingsScopeVoltage::probeAttn = 1.0 |
attenuation of probe
| double DsoSettingsScopeVoltage::trigger = 0.0 |
Trigger level in V.