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
sessionsBundleDMMSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DMM.DMMSessionsBundle object.
maximumTimeInMillisecondsdouble-
The maximum time for the fetch to complete in milliseconds.
publishedDataIdstring-
The unique data id to be used when publishing.
Returns
- double[]
-
The measurement results in per-instrument format.