CarrierFrequency
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the frequency of the I/Q OUT Port signal. The onboard signal processing (OSP) applies the specified frequency shift to the I/Q data before the data is sent to the digital-to-analog converter (DAC).
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public double CarrierFrequency { get; set; }
Remarks
Specifies a Double representing the frequency shift, in hertz (Hz), to apply to the I/Q data.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The CarrierFrequency property was accessed after the associated NIRfsg object was disposed. |