LO2ExportEnabled
- Updated2025-10-14
- 1 minute(s) read
Gets or sets whether to enable the LO2 OUT terminal on the installed devices.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public bool LO2ExportEnabled { get; set; }
Remarks
true if the LO OUT terminals on the NI 5603 RF downconverter is enabled; otherwise, false.
The default value is false.
Set this property to true to export the 4 GHz LO signal from the device LO2 IN terminal to the LO2 OUT terminal. You can also export the LO2 signal by setting the LOExportEnabled property and the TimebaseSource property.
Supported Devices: NI 5603/5605/5606 (external digitizer mode), NI 5665/5668R
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The LO2ExportEnabled property was accessed after the associated NIRfsa object was disposed. |