Gets or sets whether to enable the LO2 OUT terminal on the installed devices.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public RfsaLO2ExportEnabled LO2ExportEnabled { get; set; }

Remarks

true if the LO OUT terminals on the PXIe-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: PXIe-5603/5605/5606 (external digitizer mode), PXIe-5665/5668

Exceptions

TypeDescription
System.ObjectDisposedException

The LO2ExportEnabled property was accessed after the associated NIRfsa object was disposed.