NI-SCOPE .NET Class Library Help

Table of Contents

ScopeAcquisition.DdcDataProcessingMode Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeAcquisition.DdcDataProcessingMode Property

ScopeAcquisitionDdcDataProcessingMode Property

Gets or sets the way in which data is processed by the digital downconverter (DDC).

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public ScopeDdcDataProcessingMode DdcDataProcessingMode { get; set; }
Public Property DdcDataProcessingMode As ScopeDdcDataProcessingMode
	Get
	Set

Property Value

Type: ScopeDdcDataProcessingMode
Specifies the ScopeDdcDataProcessingMode.The default value is Complex.

Remarks

You can access this property only with high-speed digitizers that support onboard signal processing (OSP), such as the NI 5142. If you open a session with a device that does not support OSP and you attempt to access this property, a ModularInstrumentsException is thrown.

See Also

Log in to get a better experience