Method PerInstrumentPerChannelResultsToPinSiteData<T>
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
PerInstrumentPerChannelResultsToPinSiteData<T>(IEnumerable<ISessionInformation>, T[][], PinSiteResultsFilling<T>)
Converts per-instrument per-channel results to PinSiteData.
public static PinSiteData<T> PerInstrumentPerChannelResultsToPinSiteData<T>(this IEnumerable<ISessionInformation> allSessionInfo, T[][] perInstrumentPerChannelResults, ParallelExecution.PinSiteResultsFilling<T> customPinSiteResultsFilling = null)Parameters
allSessionInfoIEnumerable<ISessionInformation>-
An enumerable of session info.
perInstrumentPerChannelResultsT[][]-
The per-instrument per-channel results to convert.
customPinSiteResultsFillingParallelExecution.PinSiteResultsFilling<T>-
The custom logic for filling pin site results dictionary.
Returns
- PinSiteData<T>
-
The converted PinSiteData.
Type Parameters
T-
The type of the per-instrument per-channel result.