NIRfsa Namespace

Table of Contents

RfsaSignalPath.LO2ExportEnabled Property

  • Updated2025-05-22
  • 1 minute(s) read
RfsaSignalPath.LO2ExportEnabled Property

RfsaSignalPathLO2ExportEnabled Property

Note: This API is now obsolete.

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

Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025

Syntax

[ObsoleteAttribute("Use LocalOscillator.LO2ExportEnabled property.")]
public bool LO2ExportEnabled { get; set; }
<ObsoleteAttribute("Use LocalOscillator.LO2ExportEnabled property.")>
Public Property LO2ExportEnabled As Boolean
	Get
	Set

Property Value

Boolean
if the LO OUT terminals on the NI 5603 RF downconverter is enabled; otherwise, .

The default value is .

Exceptions

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

Remarks

Set this property to 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

See Also

Log in to get a better experience