ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgChannelBasedLO.LOOutEnabled Property

RfsgChannelBasedLO.LOOutEnabled Property

RfsgChannelBasedLOLOOutEnabled Property

Gets or sets whether the local oscillator signal is present at the front panel LO Out connector.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public bool LOOutEnabled { get; set; }
Public Property LOOutEnabled As Boolean
	Get
	Set

Property Value

Type: Boolean
if the local oscillator signal is present at the front panel LO Out connector; otherwise .

Exceptions

ExceptionCondition
ObjectDisposedException The LOOutEnabled property was accessed after the associated NIRfsg object was disposed.

Remarks

The local oscillator signal remains at the LO Out front panel connector until this property is set to even if OutputEnabled is set to , Abort is called, or the NI-RFSG session is closed.

To use this property for the PXIe-5830/5831/5832, you must specify the the channelName of the RfsgChannelBasedLO sub-object to specify the name of the channel you are configuring. You can configure the LO1 and LO2 channels by using lo1 or lo2, or set the channel string to lo1,lo2 to configure both channels. For all other devices, the only valid value for the channel string is "" (empty string).

An active channel can be passed using the indexer ItemString

See Also

Was this information helpful?