AmplitudeSettling
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the amplitude settling accuracy, in decibels. NI-RFSG waits until the RF power settles within the specified accuracy level after calling the Initiate method or the WaitUntilSettled method, or prior to advancing to next step if using RF list mode. Any specified amplitude settling value that is above the acceptable minimum value is coerced down to the closest valid value. NI 5650/5651/5652: This property is for NI internal use only.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public double AmplitudeSettling { get; set; }
Remarks
Specifies a Double representing the the amplitude settling accuracy in decibels.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The AmplitudeSettling property was accessed after the associated NIRfsg object was disposed. |