Method ExtractSites
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
ExtractSites(int[])
Gets a new NationalInstruments.SemiconductorTestLibrary.DataAbstraction.PinSiteData`1 object for the specified sites.
public PinSiteData<T> ExtractSites(int[] siteNumbers)Parameters
siteNumbersint[]-
The specified site numbers.
Returns
- PinSiteData<T>
-
A new PinSiteData object that contains data for given sites.
Exceptions
- NISemiconductorTestException
-
Thrown when data for some of the given site numbers does not exist.