Table of Contents

Method Mean

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

Mean()

Calculates the mean value across pins for each site, and returns the mean value for each site.

public SiteData<double> Mean()

Returns

SiteData<double>

The mean value for each site.

Remarks

Alternatively, you can use the MeanBySite method to calculate the mean value across sites for each pin.