Table of Contents

Method WaitUntilDone

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

WaitUntilDone(DigitalSessionsBundle, double)

Waits until the pattern burst is complete. This method is a blocking call, but will timeout after the specified time.

public static void WaitUntilDone(this DigitalSessionsBundle sessionsBundle, double timeoutInSeconds = 10)

Parameters

sessionsBundle DigitalSessionsBundle

The DigitalSessionsBundle object.

timeoutInSeconds double

Timeout in seconds for which to abort this wait operation.

Exceptions

ArgumentException

The value for timeoutInSeconds is invalid.

MaxTimeExceededException

The pattern burst takes longer than the specified timeoutInSeconds.