Table of Contents

Method InitiateAdvancedSequence

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

sessionsBundle DCPowerSessionsBundle

The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.

sequenceName string

The name of the advanced sequence to initiate.

waitForSequenceCompletion bool

true to wait for the sequence to complete before returning; false to return immediately after initiating the sequence.

sequenceTimeoutInSeconds double

The maximum time, in seconds, to wait for the sequence to complete. Used only if waitForSequenceCompletion is true. Must be greater then zero.