Method MeasureTDROffsets
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
MeasureTDROffsets(DigitalSessionsBundle, bool)
Measures propagation delays through cables, connectors, and load boards using Time-Domain Reflectometry (TDR). You can optionally apply the offsets to the pins. Use this method to measure per-site per-pin offsets.
public static PinSiteData<PrecisionTimeSpan> MeasureTDROffsets(this DigitalSessionsBundle sessionsBundle, bool apply = false)
Parameters
sessionsBundleDigitalSessionsBundleThe DigitalSessionsBundle object.
applyboolWhether to apply the offsets to the pins.
Returns
- PinSiteData<PrecisionTimeSpan>
MeasureTDROffsets(DigitalSessionsBundle, out PrecisionTimeSpan[][], bool)
Measures propagation delays through cables, connectors, and load boards using Time-Domain Reflectometry (TDR). You can optionally apply the offsets to the pins. Use this method to measure per-instrument session per-pin offsets.
public static void MeasureTDROffsets(this DigitalSessionsBundle sessionsBundle, out PrecisionTimeSpan[][] offsets, bool apply = false)
Parameters
sessionsBundleDigitalSessionsBundleThe DigitalSessionsBundle object.
offsetsPrecisionTimeSpan[][]The measured TDR offsets. Where the first dimension represents instrument sessions, and the second dimension represents pins.
applyboolWhether to apply the offsets to the pins.