| Scalar Attributes |
| Attribute name |
Data Type |
R/W Type |
Expert |
| waveArray1: Length of the first array. This second array contains data of simples waveforms. |
DEV_LONG | READ | Yes |
| waveArray2: Length of the second array. This second array contains data of complex waveforms (as FFT, Extrema ....). |
DEV_LONG | READ | Yes |
| waveArrayCount: Length of the two arrays. If the length of wavearray1 is different of this length that's means data are present in the array wavearray2. Which is used for complex data as math operations on a waveform. |
DEV_LONG | READ | No |
| nominalBits: ADC resolution. For simple data this ADC is an 8 bits resolution else it's can be 10 up to 12 bits |
DEV_SHORT | READ | Yes |
| horizontalInterval: Sampling interval for time domain waveforms Needed to scale the waveform data stored in the rawWaveformData attribute. |
DEV_DOUBLE | READ | Yes |
| horizontalOffset: Trigger offset for the first sweep of the trigger, seconds between the trigger and the first data point. Needed to scale the waveform data stored in the rawWaveformData attribute. |
DEV_DOUBLE | READ | Yes |
| verticalGain: The vertical gain. Used to scale the waveform data stored in the rawWaveformData attribute. |
DEV_DOUBLE | READ | Yes |
| verticalOffset: Needed to scale the waveform data stored in the rawWaveformData attribute. |
DEV_DOUBLE | READ | Yes |
| triggerTime |
DEV_STRING | READ | No |