NI-SCOPE .NET Class Library Help

ScopeChannelOnboardSignalProcessing.Ddc Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeChannelOnboardSignalProcessing.Ddc Property

ScopeChannelOnboardSignalProcessingDdc Property

Gets the ScopeChannelDdc sub-object that is related to configuring the digital downconverter (DDC) block of the high-speed digitizer.

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

Syntax

public ScopeChannelDdc Ddc { get; }
Public ReadOnly Property Ddc As ScopeChannelDdc
	Get

Property Value

Type: ScopeChannelDdc
An object of type ScopeChannelDdc.

Remarks

This property is valid only with high-speed digitizers that support onboard signal processing (OSP), such as the NI 5142.

See Also