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
sessionsBundleDigitalSessionsBundleThe DigitalSessionsBundle object.
startLabelstringThe pattern name or exported pattern label from which to start bursting the pattern.
selectDigitalFunctionboolWhether to set selected function to digital.
timeoutInSecondsdoubleThe maximum time interval allowed for the pattern burst to complete.
publishedDataIdstringThe unique data id to be used when publishing.
Returns
- bool[][]
The pass/fail comparison results.