RfsgRFAdvanced.LoopBandwidth Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
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.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
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
RfsgLoopBandwidthSpecifies the RfsgLoopBandwidth enumeration.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The LoopBandwidth property was accessed after the associated NIRfsg object was disposed. |