NIRfsa Namespace

Table of Contents

RfsaAdvancedAcquisition.DownconverterFrequencyOffsetMode Property

  • Updated2025-07-17
  • 2 minute(s) read
RfsaAdvancedAcquisition.DownconverterFrequencyOffsetMode Property

RfsaAdvancedAcquisitionDownconverterFrequencyOffsetMode Property

Gets or sets whether to allow NI-RFSA to select the downconverter frequency offset. You can either set an offset yourself or let NI-RFSA set one for you.

Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025

Syntax

public RfsaDownconverterFrequencyOffsetMode DownconverterFrequencyOffsetMode { get; set; }
Public Property DownconverterFrequencyOffsetMode As RfsaDownconverterFrequencyOffsetMode
	Get
	Set

Property Value

RfsaDownconverterFrequencyOffsetMode
The default value is Automatic.

Exceptions

ExceptionCondition
ObjectDisposedException The DownconverterFrequencyOffsetMode property was accessed after the associated NIRfsa object was disposed.

Remarks

Placing the downconverter center frequency outside the bandwidth of your input signal can help avoid issues such as LO leakage.

To set an offset yourself, set this property to Automatic or UserDefined and set either the DownconverterCenterFrequency or the DownconverterFrequencyOffset properties.

To allow NI-RFSA to automatically select the downconverter frequency offset, set this property to Automatic or Enabled and set the SignalBandwidth property to describe your expected input signal. The signal bandwidth must be no greater than half the specified value of the DeviceInstantaneousBandwidth property, minus a device-specific guard band. Do not set the DownconverterCenterFrequency or the DownconverterFrequencyOffset properties. If all conditions are met, NI-RFSA places the downconverter center frequency outside the signal bandwidth if there is sufficient room in the device instantaneous bandwidth to do so. Set this property to Enabled if you want to receive an error any time NI-RFSA is unable to apply automatic offset.

When you set an offset yourself or do not use an offset, the reference frequency for gain is near the downconverter center frequency, and offset mode reads back as UserDefined. When NI-RFSA automatically sets an offset, the reference frequency for gain is the I/Q carrier frequency, and offset mode reads back as Enabled. Refer to the specifications document for your device for more information about gain, flatness, and reference frequencies.

See Also

Log in to get a better experience