|
OpenHantek
|
Struct for the analyzed data. More...
#include <ppresult.h>
Data Fields | |
| SampleValues | voltage |
| The time-domain voltage levels (V) More... | |
| SampleValues | spectrum |
| The frequency-domain power levels (dB) More... | |
| bool | valid = true |
| Not clipped, distorted, dropouts etc. More... | |
| double | vpp = 0.0 |
| The peak-to-peak voltage of the displayed part of trace. More... | |
| double | rms = 0.0 |
| The DC + AC rms value of the signal = sqrt( dc * dc + acc * ac ) More... | |
| double | dc = 0.0 |
| The DC bias of the signal. More... | |
| double | ac = 0.0 |
| The AC rms value of the signal. More... | |
| double | dB = 0.0 |
| The AC rms value as dB (dBV or other depending on config) More... | |
| double | frequency = 0.0 |
| The frequency of the signal. More... | |
| double | pulseWidth1 = 0.0 |
| The width of the triggered pulse. More... | |
| double | pulseWidth2 = 0.0 |
| The width of the following pulse. More... | |
Struct for the analyzed data.
| double DataChannel::ac = 0.0 |
The AC rms value of the signal.
| double DataChannel::dB = 0.0 |
The AC rms value as dB (dBV or other depending on config)
| double DataChannel::dc = 0.0 |
The DC bias of the signal.
| double DataChannel::frequency = 0.0 |
The frequency of the signal.
| double DataChannel::pulseWidth1 = 0.0 |
The width of the triggered pulse.
| double DataChannel::pulseWidth2 = 0.0 |
The width of the following pulse.
| double DataChannel::rms = 0.0 |
The DC + AC rms value of the signal = sqrt( dc * dc + acc * ac )
| SampleValues DataChannel::spectrum |
The frequency-domain power levels (dB)
| bool DataChannel::valid = true |
Not clipped, distorted, dropouts etc.
| SampleValues DataChannel::voltage |
The time-domain voltage levels (V)
| double DataChannel::vpp = 0.0 |
The peak-to-peak voltage of the displayed part of trace.