AmplitudeSettling
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the amplitude settling accuracy in decibels.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double AmplitudeSettling { get; set; }
Remarks
Specifies a Double representing the the amplitude settling accuracy in decibels.The default value is 0.5 dB.
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.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The AmplitudeSettling property was accessed after the associated NIRfsa object was disposed. |