Table of Contents

Method BurstPatternAndPublishResults

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital
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 DigitalSessionsBundle

The DigitalSessionsBundle object.

startLabel string

The pattern name or exported pattern label from which to start bursting the pattern.

selectDigitalFunction bool

Whether to set selected function to digital.

timeoutInSeconds double

The maximum time interval allowed for the pattern burst to complete.

publishedDataId string

The unique data id to be used when publishing.

Returns

bool[][]

The pass/fail comparison results.