NIRfsa Namespace

Table of Contents

RfsaAdvancedVertical.AmplitudeSettling Property

  • Updated2025-05-22
  • 1 minute(s) read
RfsaAdvancedVertical.AmplitudeSettling Property

RfsaAdvancedVerticalAmplitudeSettling Property

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

Double
Specifies a Double representing the the amplitude settling accuracy in decibels.The default value is 0.5 dB.

Exceptions

ExceptionCondition
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.

See Also

Log in to get a better experience