ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgRFAdvanced.LoopBandwidth Property

RfsgRFAdvanced.LoopBandwidth Property

RfsgRFAdvancedLoopBandwidth Property

Note: This API is now obsolete.

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

[ObsoleteAttribute("Use LocalOscillator.LoopBandwidth property.")]
public RfsgLoopBandwidth LoopBandwidth { get; set; }
<ObsoleteAttribute("Use LocalOscillator.LoopBandwidth property.")>
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.

See Also

Was this information helpful?