Method InitiateAdvancedSequence
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
InitiateAdvancedSequence(DCPowerSessionsBundle, string, bool, double)
Initiates the specified advanced sequence on all sessions in the bundle.
public static void InitiateAdvancedSequence(this DCPowerSessionsBundle sessionsBundle, string sequenceName, bool waitForSequenceCompletion = false, double sequenceTimeoutInSeconds = 5)Parameters
sessionsBundleDCPowerSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.
sequenceNamestring-
The name of the advanced sequence to initiate.
waitForSequenceCompletionbool-
true to wait for the sequence to complete before returning; false to return immediately after initiating the sequence.
sequenceTimeoutInSecondsdouble-
The maximum time, in seconds, to wait for the sequence to complete. Used only if
waitForSequenceCompletionis true. Must be greater then zero.