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
sessionsBundleDMMSessionsBundleThe DMMSessionsBundle object.
maximumTimeInMillisecondsdoubleThe maximum time for the fetch to complete in milliseconds.
publishedDataIdstringThe unique data id to be used when publishing.
Returns
- double[]
The measurement results in per-instrument format.