NI-SCOPE .NET Class Library Help

Table of Contents

ScopeChannelDdc Class

  • Updated2023-09-06
  • 4 minute(s) read
ScopeChannelDdc Class

ScopeChannelDdc Class

Defines the properties related to the digital down converter (DDC) block in a high speed digitizer.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIScopeScopeSubObject
    NationalInstruments.ModularInstruments.NIScopeScopeChannelDdc

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

Syntax

public sealed class ScopeChannelDdc : ScopeSubObject
Public NotInheritable Class ScopeChannelDdc
	Inherits ScopeSubObject

The ScopeChannelDdc type exposes the following members.

Properties

  NameDescription
Public propertyCenterFrequency
Gets or sets the frequency, in hetrz, at which the DDC block frequency translates the input data. This frequency is the region of the spectrum that you want to downconvert to baseband.
Public propertyEnabled
Gets or sets whether the digital down converter (DDC) block of the digitizer is enabled.
Public propertyFrequencyTranslationEnabled
Gets or sets whether the frequency translation of the data around the selected center frequency down to baseband is enabled.
Public propertyFrequencyTranslationPhaseI
Gets or sets the I oscillator phase in degrees at the first point acquired.
Public propertyFrequencyTranslationPhaseQ
Gets or sets the Q oscillator phase in degrees at the first point acquired.
Public propertyQSource
Gets or sets the channel that is the input to the Q data stream of the digital downconverter (DDC).
Top

Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top

Remarks

You can only query or set the properties of this class when the scope session is associated with an instrument that supports onboard signal processing (OSP).

You can use the DDC block of the NI 5142 for the following applications:

To use the NI 5142 in normal digitizer mode, set Enabled to .

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience