NI-RFPM API Reference

Table of Contents

RfpmMeasurements.SourceAmplitudeSettlingAccuracy Property

  • Updated2023-12-28
  • 1 minute(s) read
RfpmMeasurements.SourceAmplitudeSettlingAccuracy Property

RfpmMeasurementsSourceAmplitudeSettlingAccuracy Property

Gets or sets the source amplitude settling accuracy for vector and scalar measurements in decibels.
This property does not support the mmWave subsystem.

Namespace:  NationalInstruments.ModularInstruments.NIRfpm
Assembly:  NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023

Syntax

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

Property Value

Type: Double
The source amplitude settling accuracy for vector and scalar measurements in decibels. The default value is 0.05 dB.

Exceptions

ExceptionCondition
ObjectDisposedExceptionSourceAmplitudeSettlingAccuracy was accessed after the associated NIRfpm or RfpmDriverUtility object was disposed.
ArgumentException The value set was invalid.
IviCDriverException The underlying NI-RFPM driver returned an error.

Remarks

This value is used to calculate the source settling time when FetchOffset(String, SourcePath, Double, Double, PowerLevelType, Double, Double, OptimizationMethod) is called and during measurements. Valid values are 0.5 dB, 0.2 dB, 0.1 dB, and 0.05 dB.

See Also

Log in to get a better experience