Table of Contents

Method MinBySite

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

MinBySite()

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

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

Returns

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

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

Remarks

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