Method VoltageSitePinResultsFilling<T>
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
VoltageSitePinResultsFilling<T>(SitePinInfo, Dictionary<int, IDictionary<string, T>>, T)
Associates a site pin result with a pin name or pin group name in the provided site pin results dictionary. Voltage result of the primary pin is returned with the pin group name in case of merging. Voltage result of individual pins are averaged and returned with the pin group name in case of ganging.
public static void VoltageSitePinResultsFilling<T>(SitePinInfo sitePinInfo, Dictionary<int, IDictionary<string, T>> sitePinResults, T result)Parameters
sitePinInfoSitePinInfo-
The NationalInstruments.SemiconductorTestLibrary.Common.SitePinInfo object containing pin and site information.
sitePinResultsDictionary<int, IDictionary<string, T>>-
The dictionary to update with the result. In this dictionary, the key is the site number and the value is a dictionary that maps pin names or pin group names to results.
resultT-
The result to associate with the site pin.
Type Parameters
T-
The type of the result to associate.