ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgRFLocalOscillator.LoopBandwidth Property

  • Updated2024-05-08
  • 1 minute(s) read
RfsgRFLocalOscillator.LoopBandwidth Property

RfsgRFLocalOscillatorLoopBandwidth Property

Gets or sets the loop bandwidth of the tuning phase-locked loops (PLL).

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

Syntax

public RfsgLoopBandwidth LoopBandwidth { get; set; }
Public Property LoopBandwidth As RfsgLoopBandwidth
	Get
	Set

Property Value

Type: RfsgLoopBandwidth
Specifies the RfsgLoopBandwidth enumeration.

Exceptions

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

Remarks

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

Log in to get a better experience