NIRfsa Namespace

Table of Contents

RfsaSignalPath.LOExportEnabled Property

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

RfsaSignalPathLOExportEnabled Property

Note: This API is now obsolete.

Gets or sets whether to enable the LO OUT terminals on the NI 5603 RF downconverter.

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

Syntax

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

Property Value

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

Exceptions

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

Remarks

By default, the LO OUT terminals are not enabled. If you want to daisy-chain multiple devices together using the same LO source, set this property to true to export the LO input signals on the LO1, LO2, and LO3 terminals to LO1 OUT, LO2 OUT, and LO3 OUT, respectively.

See Also

Log in to get a better experience