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
sessionsBundle
DigitalSessionsBundleThe DigitalSessionsBundle object.
offsets
PinSiteData<PrecisionTimeSpan>The per-site per-pin offsets to save.
filePath
stringThe 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
sessionsBundle
DigitalSessionsBundleThe DigitalSessionsBundle object.
offsets
PrecisionTimeSpan[][]The per-instrument session per-pin offsets to save. Where the first dimension represents instrument sessions and the second dimension represents pins.
filePath
stringThe 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.