ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgUpconverter.CenterFrequency Property

RfsgUpconverter.CenterFrequency Property

RfsgUpconverterCenterFrequency Property

Gets or sets the center frequency, in Hertz, of the passband containing the upconverted RF signal.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public double CenterFrequency { get; set; }
Public Property CenterFrequency As Double
	Get
	Set

Property Value

Type: Double
Specifies the center frequency of the passband containing the upconverted RF signal.

Exceptions

ExceptionCondition
ObjectDisposedException The CenterFrequency property was accessed after the associated NIRfsg object was disposed.

See Also

Was this information helpful?