Table of Contents

Method SaveTDROffsetsToFile

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital
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 DigitalSessionsBundle

The DigitalSessionsBundle object.

offsets PinSiteData<PrecisionTimeSpan>

The per-site per-pin offsets to save.

filePath string

The 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 DigitalSessionsBundle

The 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 string

The 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.