ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgRFAdvanced.AmplitudeSettling Property

  • Updated2024-05-08
  • 1 minute(s) read
RfsgRFAdvanced.AmplitudeSettling Property

RfsgRFAdvancedAmplitudeSettling Property

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.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public double AmplitudeSettling { get; set; }
Public Property AmplitudeSettling As Double
	Get
	Set

Property Value

Type: Double
Specifies a Double representing the the amplitude settling accuracy in decibels.

Exceptions

ExceptionCondition
ObjectDisposedException The AmplitudeSettling property was accessed after the associated NIRfsg object was disposed.

See Also

Log in to get a better experience