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
sessionsBundle
DigitalSessionsBundleThe DigitalSessionsBundle object.
startLabel
stringThe pattern name or exported pattern label from which to start bursting the pattern.
selectDigitalFunction
boolWhether to set selected function to digital.
timeoutInSeconds
doubleThe maximum time interval allowed for the pattern burst to complete.
publishedDataId
stringThe unique data id to be used when publishing.
Returns
- bool[][]
The pass/fail comparison results.