Gets or sets the expected carrier frequency, in hertz (Hz), of the incoming signal for demodulation.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public double CarrierFrequency { get; set; }

Remarks

Specifies a Double representing the expected carrier frequency of the incoming signal for demodulation.

The RF vector signal analyzer tunes to this frequency. NI-RFSA may coerce this value based on hardware settings and the RF downconverter specifications.

Exceptions

TypeDescription
System.ObjectDisposedException

The CarrierFrequency property was accessed after the associated NIRfsa object was disposed.