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 double[][] ReadMultiPoint(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-value format.