Table of Contents

Method ReadMultiPoint

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DMM
Assembly
NationalInstruments.SemiconductorTestLibrary.Extensions.dll

ReadMultiPoint(DMMSessionsBundle, int, double)

Reads specified number of measurement results.

public static PinSiteData<double[]> ReadMultiPoint(this DMMSessionsBundle sessionsBundle, int numberOfPoints, double maximumTimeInMilliseconds)

Parameters

sessionsBundle DMMSessionsBundle

The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DMM.DMMSessionsBundle object.

numberOfPoints int

The number of points to read.

maximumTimeInMilliseconds double

The maximum time for the fetch to complete in milliseconds.

Returns

PinSiteData<double[]>

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