RfpmMeasurements.ExternalSettlingTime Property
- Updated2023-12-28
- 1 minute(s) read
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: PrecisionTimeSpanThe 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
Exception | Condition |
---|---|
ObjectDisposedException | ExternalSettlingTime 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. |