RfsgRFAdvanced.LoopBandwidth Property
- Updated2024-05-08
- 1 minute(s) read
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: RfsgLoopBandwidthSpecifies the RfsgLoopBandwidth enumeration.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The LoopBandwidth property was accessed after the associated NIRfsg object was disposed. |