Table of Contents

Method BurstPatternSynchronized

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital
Assembly
NationalInstruments.SemiconductorTestLibrary.Extensions.dll

BurstPatternSynchronized(DigitalSessionsBundle, string, bool, bool, double)

Starts a pattern burst on digital pattern instruments that you have previously synchronized using NI-TClk.

public static void BurstPatternSynchronized(this DigitalSessionsBundle sessionsBundle, string startLabel, bool selectDigitalFunction = true, bool waitUntilDone = true, double timeoutInSeconds = 5)

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.

waitUntilDone bool

Whether to wait for pattern burst to complete.

timeoutInSeconds double

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