Method WaitUntilDone
- 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
DigitalSessionsBundleThe DigitalSessionsBundle object.
timeoutInSeconds
doubleTimeout 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.