Table of Contents

Method FetchMultiPoint

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DMM
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 DMMSessionsBundle

The DMMSessionsBundle object.

numberOfPoints int

The number of points to fetch.

maximumTimeInMilliseconds double

The maximum time for the fetch to complete in milliseconds.

Returns

PinSiteData<double[]>

The measurement results in per-site per-pin format.