CarrierFrequency
- Updated2025-10-14
- 1 minute(s) read
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
| Type | Description |
|---|---|
| System.ObjectDisposedException | The CarrierFrequency property was accessed after the associated NIRfsa object was disposed. |