Method FetchMultiPoint
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
FetchMultiPoint(DMMSessionsBundle, int, double)
Fetches multiple points from previously initiated multipoint acquisition.
public static PinSiteData<double[]> FetchMultiPoint(this DMMSessionsBundle sessionsBundle, int numberOfPoints, double maximumTimeInMilliseconds)
Parameters
sessionsBundle
DMMSessionsBundleThe DMMSessionsBundle object.
numberOfPoints
intThe number of points to fetch.
maximumTimeInMilliseconds
doubleThe maximum time for the fetch to complete in milliseconds.
Returns
- PinSiteData<double[]>
The measurement results in per-site per-pin format.