Method MinByPin
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
MinByPin()
Gets the minimum value across pins for each site, and returns both the minimum value and which pin(s) the minimum value was found for each site.
public Dictionary<int, (T, string[])> MinByPin()
Returns
- Dictionary<int, (T, string[])>
The minimum value and which pin(s) that value was found for each site.
Remarks
Note that the minimum value may be repeated across multiple pins.