OpenHantek
Dso::ControlSettingsTrigger Struct Reference

Stores the current trigger settings of the device. More...

#include <controlsettings.h>

Data Fields

std::vector< double > level
 The trigger level for each channel in V. More...
 
double position = 0.0
 The current pretrigger position. More...
 
unsigned int point = 0
 The trigger position in Hantek coding. More...
 
Dso::TriggerMode mode = Dso::TriggerMode::AUTO
 The trigger mode. More...
 
Dso::Slope slope = Dso::Slope::Positive
 The trigger slope. More...
 
unsigned int source = 0
 The trigger source. More...
 
bool smooth = false
 Don't trigger on glitches. More...
 

Detailed Description

Stores the current trigger settings of the device.

Field Documentation

◆ level

std::vector<double> Dso::ControlSettingsTrigger::level

The trigger level for each channel in V.

◆ mode

Dso::TriggerMode Dso::ControlSettingsTrigger::mode = Dso::TriggerMode::AUTO

The trigger mode.

◆ point

unsigned int Dso::ControlSettingsTrigger::point = 0

The trigger position in Hantek coding.

◆ position

double Dso::ControlSettingsTrigger::position = 0.0

The current pretrigger position.

◆ slope

Dso::Slope Dso::ControlSettingsTrigger::slope = Dso::Slope::Positive

The trigger slope.

◆ smooth

bool Dso::ControlSettingsTrigger::smooth = false

Don't trigger on glitches.

◆ source

unsigned int Dso::ControlSettingsTrigger::source = 0

The trigger source.


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