ScopeDdcDataProcessingMode Enumeration
- Updated2023-09-06
- 1 minute(s) read
ScopeDdcDataProcessingMode Enumeration
Specifies how the digital downconverter (DDC) block of a high-speed digitizer should process the data.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public enum ScopeDdcDataProcessingMode
Public Enumeration ScopeDdcDataProcessingMode
Members
Member name | Value | Description | |
---|---|---|---|
Real | 0 | The DDC block processes only the real part, I data, of the waveform data points. | |
Complex | 1 | The DDC block processes both the real, I, and imaginary, Q, parts of the waveform data points. |