OpenHantek
Dso::ControlSettingsVoltage Struct Reference

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...
 

Detailed Description

Stores the current amplification settings of the device.

Field Documentation

◆ coupling

Dso::Coupling Dso::ControlSettingsVoltage::coupling = Dso::Coupling::DC

The coupling.

◆ gain

unsigned Dso::ControlSettingsVoltage::gain = 0

The gain id.

◆ inverted

bool Dso::ControlSettingsVoltage::inverted = false

true, if the channel is inverted

◆ offset

double Dso::ControlSettingsVoltage::offset = 0.0

The screen offset for each channel.

◆ offsetReal

double Dso::ControlSettingsVoltage::offsetReal = 0.0

The real offset for each channel (Due to quantization)

◆ probeAttn

double Dso::ControlSettingsVoltage::probeAttn = 1.0

attenuation of probe

◆ used

bool Dso::ControlSettingsVoltage::used = false

true, if the channel is used


The documentation for this struct was generated from the following file: