Method SaveTDROffsetsToFile
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
SaveTDROffsetsToFile(DigitalSessionsBundle, PinSiteData<PrecisionTimeSpan>, string)
Saves TDR offsets to a file.
public static void SaveTDROffsetsToFile(this DigitalSessionsBundle sessionsBundle, PinSiteData<PrecisionTimeSpan> offsets, string filePath)
Parameters
sessionsBundleDigitalSessionsBundleThe DigitalSessionsBundle object.
offsetsPinSiteData<PrecisionTimeSpan>The per-site per-pin offsets to save.
filePathstringThe path of the file to save the offsets to.
SaveTDROffsetsToFile(DigitalSessionsBundle, PrecisionTimeSpan[][], string)
Saves TDR offsets to a file.
public static void SaveTDROffsetsToFile(this DigitalSessionsBundle sessionsBundle, PrecisionTimeSpan[][] offsets, string filePath)
Parameters
sessionsBundleDigitalSessionsBundleThe DigitalSessionsBundle object.
offsetsPrecisionTimeSpan[][]The per-instrument session per-pin offsets to save. Where the first dimension represents instrument sessions and the second dimension represents pins.
filePathstringThe path of the file to save the offsets to.
Remarks
The resulting file is pinmap specific. It is recommended that the filename provided contains the same name as the pinmap, as well as timestamp.