Table of Contents

Method MaxBySite

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

MaxBySite()

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

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

Returns

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

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

Remarks

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