Table of Contents

Method PerInstrumentPerChannelResultsToPinSiteData

Namespace
NationalInstruments.SemiconductorTestLibrary.Common
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

PerInstrumentPerChannelResultsToPinSiteData<T>(IEnumerable<ISessionInformation>, T[][])

Converts per-instrument per-channel results to PinSiteData.

public static PinSiteData<T> PerInstrumentPerChannelResultsToPinSiteData<T>(this IEnumerable<ISessionInformation> allSessionInfo, T[][] perInstrumentPerChannelResults)

Parameters

allSessionInfo IEnumerable<ISessionInformation>

An enumerable of session info.

perInstrumentPerChannelResults T[][]

The per-instrument per-channel results to convert.

Returns

PinSiteData<T>

The converted PinSiteData.

Type Parameters

T

The type of the per-instrument per-channel result.