|
OpenHantek
|
Holds the settings for the horizontal axis. More...
#include <scopesettings.h>
Data Fields | |
| Dso::GraphFormat | format = Dso::GraphFormat::TY |
| Graph drawing mode of the scope. | |
| double | frequencybase = 1e3 |
| Frequencybase in Hz/div. | |
| DsoSettingsScopeCursor | cursor |
| int | recordLength = 0 |
| Sample count. | |
| double | timebase = 1e-3 |
| Timebase in s/div. | |
| double | maxTimebase = 1 |
| Allow very slow timebases 0.1 ... 10.0 s/div. | |
| double | acquireInterval = 0.001 |
| Minimal time between captured frames. | |
| double | samplerate = 1e6 |
| The samplerate of the oscilloscope in S. | |
| int | dotsOnScreen = 0 |
| double | calfreq = 1e3 |
| The frequency of the calibration output. | |
Holds the settings for the horizontal axis.
| double DsoSettingsScopeHorizontal::acquireInterval = 0.001 |
Minimal time between captured frames.
| double DsoSettingsScopeHorizontal::calfreq = 1e3 |
The frequency of the calibration output.
| DsoSettingsScopeCursor DsoSettingsScopeHorizontal::cursor |
| int DsoSettingsScopeHorizontal::dotsOnScreen = 0 |
| Dso::GraphFormat DsoSettingsScopeHorizontal::format = Dso::GraphFormat::TY |
Graph drawing mode of the scope.
| double DsoSettingsScopeHorizontal::frequencybase = 1e3 |
Frequencybase in Hz/div.
| double DsoSettingsScopeHorizontal::maxTimebase = 1 |
Allow very slow timebases 0.1 ... 10.0 s/div.
| int DsoSettingsScopeHorizontal::recordLength = 0 |
Sample count.
| double DsoSettingsScopeHorizontal::samplerate = 1e6 |
The samplerate of the oscilloscope in S.
| double DsoSettingsScopeHorizontal::timebase = 1e-3 |
Timebase in s/div.