CarrierFrequency
- Updated2025-10-14
- 1 minute(s) read
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.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double CarrierFrequency { get; set; }
Remarks
Specifies a Double representing the carrier frequency, in hertz (Hz).
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The CarrierFrequency property was accessed after the associated NIRfsa object was disposed. |