NI-RFPM API Reference

Table of Contents

RfpmMeasurements.ExternalSettlingTime Property

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

RfpmMeasurementsExternalSettlingTime Property

Gets or sets the amount of time to wait for external settling after tuning the source at each measurement point for each driving port.

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

Syntax

public PrecisionTimeSpan ExternalSettlingTime { get; set; }
Public Property ExternalSettlingTime As PrecisionTimeSpan
	Get
	Set

Property Value

Type: PrecisionTimeSpan
The amount of time to wait for external settling after tuning the source at each measurement point for each driving port. The default value is 0.

Exceptions

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

See Also

Log in to get a better experience