Method BurstPatternAndPublishResults
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
BurstPatternAndPublishResults(DigitalSessionsBundle, string, bool, double, string)
Bursts a digital pattern and publishes pass/fail comparison results.
public static bool[][] BurstPatternAndPublishResults(this DigitalSessionsBundle sessionsBundle, string startLabel, bool selectDigitalFunction = true, double timeoutInSeconds = 5, string publishedDataId = "")Parameters
sessionsBundleDigitalSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionsBundle object.
startLabelstring-
The pattern name or exported pattern label from which to start bursting the pattern.
selectDigitalFunctionbool-
Whether to set selected function to digital.
timeoutInSecondsdouble-
The maximum time interval allowed for the pattern burst to complete.
publishedDataIdstring-
The unique data id to be used when publishing.
Returns
- bool[][]
-
The pass/fail comparison results.