Method GetValue
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
GetValue(int)
Gets the data for a given site number.
public T GetValue(int siteNumber)Parameters
siteNumberint-
The site number.
Returns
- T
-
Single site data.
Exceptions
- NISemiconductorTestException
-
Thrown when data for the given site number does not exist.