Method BurstPattern
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
BurstPattern(DigitalSessionsBundle, string, bool, bool, double)
Bursts a digital pattern.
public static void BurstPattern(this DigitalSessionsBundle sessionsBundle, string startLabel, bool selectDigitalFunction = true, bool waitUntilDone = true, double timeoutInSeconds = 5)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.
waitUntilDonebool-
Whether to wait for pattern burst to complete.
timeoutInSecondsdouble-
The maximum time interval allowed for the pattern burst to complete.