Method Max
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
Max()
Gets the maximum value across pins for each site.
public SiteData<T> Max()
Returns
- SiteData<T>
The maximum value across pins for each site.
Remarks
Note that the maximum value may be repeated across multiple pins, use the MaxByPin method if this level of detail is required. Alternatively, you can use the MaxBySite method to calculate the maximum value across sites for each pin.