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
sessionsBundleDMMSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DMM.DMMSessionsBundle object.
numberOfPointsint-
The number of points to fetch.
maximumTimeInMillisecondsdouble-
The maximum time for the fetch to complete in milliseconds.
Returns
- PinSiteData<double[]>
-
The measurement results in per-site per-pin format.