RfsaIQInPortChannelCollection.CarrierFrequency Property
- Updated2025-05-22
- 1 minute(s) read
Rfsa
Gets or sets the frequency of the signal. The onboard signal processing (OSP) frequency shifts the signal at this frequency to baseband prior to acquiring it.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public double CarrierFrequency { get; set; }
Public Property CarrierFrequency As Double Get Set
Property Value
DoubleSpecifies a Double representing the carrier frequency, in hertz (Hz).
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The CarrierFrequency property was accessed after the associated NIRfsa object was disposed. |