Method ExtractSite
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
ExtractSite(int)
Gets the data for a given site number.
public IDictionary<string, T> ExtractSite(int siteNumber)Parameters
siteNumberint-
The specified site number.
Returns
- IDictionary<string, T>
-
The data for the specified site number.
Exceptions
- NISemiconductorTestException
-
Thrown when data for the given site number does not exist.