Method GetValue
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
GetValue(int, string)
Gets the data for a given site number-pin name pair.
public T GetValue(int siteNumber, string pinName)
Parameters
Returns
- T
The data for the specified site number and pin name.
GetValue(SitePinInfo)
Gets the data for the site number-pin name pair associated with the given SitePinInfo objet.
public T GetValue(SitePinInfo sitePinInfo)
Parameters
sitePinInfo
SitePinInfoThe associated SitePinInfo object.
Returns
- T
The data for the site number and pin name of the SitePinInfo object provided.