Method ExtractSites
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
ExtractSites(int[])
Gets a new NationalInstruments.SemiconductorTestLibrary.DataAbstraction.SiteData`1 object with the data for the given sites.
public SiteData<T> ExtractSites(int[] siteNumbers)Parameters
siteNumbersint[]-
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.