Method FetchAndPublish
- 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
DMMSessionsBundleThe DMMSessionsBundle object.
maximumTimeInMilliseconds
doubleThe maximum time for the fetch to complete in milliseconds.
publishedDataId
stringThe unique data id to be used when publishing.
Returns
- double[]
The measurement results in per-instrument format.