Table of Contents

Method FetchAndPublish

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

FetchAndPublish(DMMSessionsBundle, double, string)

Fetches the values from previously initiated measurements and publishes measurement results.

public static double[] FetchAndPublish(this DMMSessionsBundle sessionsBundle, double maximumTimeInMilliseconds, string publishedDataId = "")

Parameters

sessionsBundle DMMSessionsBundle

The DMMSessionsBundle object.

maximumTimeInMilliseconds double

The maximum time for the fetch to complete in milliseconds.

publishedDataId string

The unique data id to be used when publishing.

Returns

double[]

The measurement results in per-instrument format.