RfsgRFAdvanced.AmplitudeSettling Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
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(Int32) 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.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.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.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The AmplitudeSettling property was accessed after the associated NIRfsg object was disposed. |