DigitalPinSet.ApplyTdrOffsets Method
- Updated2023-11-24
- 1 minute(s) read
DigitalPinSetApplyTdrOffsets Method
Applies the correction for propagation delay offsets to a digital pattern instrument.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public void ApplyTdrOffsets( PrecisionTimeSpan[] offsets )
Public Sub ApplyTdrOffsets ( offsets As PrecisionTimeSpan() )
Parameters
- offsets
- Type: Ivi.DriverPrecisionTimeSpan
The Time-Domain Reflectometry (TDR) offsets to write to the digital pattern instrument.
Exceptions
Exception | Condition |
---|---|
SelectorNameException | An instance of DigitalPinSet references a pin or pin group name not loaded in the pin map. |
Remarks
Use this method to apply TDR offsets that are stored from a past measurement or are
measured by means other than Tdr(Boolean).
Also use this method to apply correction for offsets if the apply offsets input of the
Tdr(Boolean) was set to
at the time of measurement.
For more information, refer to TDR in the Digital Pattern Help.