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, out bool)
Gets the data for the site number and pin name pair associated with the given NationalInstruments.SemiconductorTestLibrary.Common.SitePinInfo object.
public T GetValue(SitePinInfo sitePinInfo, out bool valueAssociatedWithPinGroupName)Parameters
sitePinInfoSitePinInfo-
The associated SitePinInfo object.
valueAssociatedWithPinGroupNamebool-
Returns true if the data is associated with the pin group name.
Returns
- T
-
The data for the site number and the pin name of the SitePinInfo object that is provided.
GetValue(SitePinInfo)
Gets the data for the site number and pin name pair associated with the given NationalInstruments.SemiconductorTestLibrary.Common.SitePinInfo object.
public T GetValue(SitePinInfo sitePinInfo)Parameters
sitePinInfoSitePinInfo-
The associated SitePinInfo object.
Returns
- T
-
The data for the site number and the pin name of the SitePinInfo object that is provided.