RfsaAdvancedVertical.AmplitudeSettling Property
- Updated2025-05-22
- 1 minute(s) read
Rfsa
Gets or sets the amplitude settling accuracy in decibels.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public double AmplitudeSettling { get; set; }
Public Property AmplitudeSettling As Double Get Set
Property Value
DoubleSpecifies a Double representing the the amplitude settling accuracy in decibels.The default value is 0.5 dB.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The AmplitudeSettling property was accessed after the associated NIRfsa object was disposed. |
Remarks
NI-RFSA waits until the RF power settles within the specified accuracy level after calling the Initiate method. Any specified amplitude settling value that is above the acceptable minimum value is coerced down to the closest valid value.