Table of Contents

Method MaxByPin

Namespace
NationalInstruments.SemiconductorTestLibrary.DataAbstraction
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

MaxByPin()

Gets the maximum value across pins for each site, and returns both the maximum value and which pin(s) the maximum value was found for each site.

public Dictionary<int, (T, string[])> MaxByPin()

Returns

Dictionary<int, (T, string[])>

The maximum value and which pin(s) that value was found for each site.

Remarks

Note that the maximum value may be repeated across multiple pins.