Method ApplyTDROffsets
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
ApplyTDROffsets(DigitalSessionsBundle, PinSiteData<PrecisionTimeSpan>)
Applies the correction for propagation delay offsets to a digital pattern instrument. Use this method to apply per-site per-pin offsets.
public static void ApplyTDROffsets(this DigitalSessionsBundle sessionsBundle, PinSiteData<PrecisionTimeSpan> offsets)
Parameters
sessionsBundle
DigitalSessionsBundleThe DigitalSessionsBundle object.
offsets
PinSiteData<PrecisionTimeSpan>The per-site per-pin offsets to apply.
ApplyTDROffsets(DigitalSessionsBundle, PrecisionTimeSpan[][])
Applies the correction for propagation delay offsets to a digital pattern instrument. Use this method to apply per-instrument session per-pin offsets.
public static void ApplyTDROffsets(this DigitalSessionsBundle sessionsBundle, PrecisionTimeSpan[][] offsets)
Parameters
sessionsBundle
DigitalSessionsBundleThe DigitalSessionsBundle object.
offsets
PrecisionTimeSpan[][]Offsets to apply. Where the first dimension represents instrument sessions and the second dimension represents pins.