Table of Contents

Method FetchMultiPoint

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

FetchMultiPoint(DMMSessionsBundle, int, double)

Fetches the specified number of values from previously initiated measurements.

public static double[][] FetchMultiPoint(this DMMSessionsBundle sessionsBundle, int numberToRead, double maximumTimeInMilliseconds)

Parameters

sessionsBundle DMMSessionsBundle

The DMMSessionsBundle object.

numberToRead int

The number of values to fetch.

maximumTimeInMilliseconds double

The maximum time for the fetch to complete in milliseconds.

Returns

double[][]

The measurement results in per-instrument per-point format.