|
OpenHantek
|
Stores the current amplification settings of the device. More...
#include <controlsettings.h>
Data Fields | |
| double | offset = 0.0 |
| The screen offset for each channel. More... | |
| double | offsetReal = 0.0 |
| The real offset for each channel (Due to quantization) More... | |
| unsigned | gain = 0 |
| The gain id. More... | |
| bool | used = false |
| true, if the channel is used More... | |
| bool | inverted = false |
| true, if the channel is inverted More... | |
| double | probeAttn = 1.0 |
| attenuation of probe More... | |
| Dso::Coupling | coupling = Dso::Coupling::DC |
| The coupling. More... | |
Stores the current amplification settings of the device.
| Dso::Coupling Dso::ControlSettingsVoltage::coupling = Dso::Coupling::DC |
The coupling.
| unsigned Dso::ControlSettingsVoltage::gain = 0 |
The gain id.
| bool Dso::ControlSettingsVoltage::inverted = false |
true, if the channel is inverted
| double Dso::ControlSettingsVoltage::offset = 0.0 |
The screen offset for each channel.
| double Dso::ControlSettingsVoltage::offsetReal = 0.0 |
The real offset for each channel (Due to quantization)
| double Dso::ControlSettingsVoltage::probeAttn = 1.0 |
attenuation of probe
| bool Dso::ControlSettingsVoltage::used = false |
true, if the channel is used