Method ExtractSites
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
ExtractSites(int[])
Gets a new PinSiteData<T> object for the specified sites.
public PinSiteData<T> ExtractSites(int[] siteNumbers)
Parameters
siteNumbers
int[]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.