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