Method WaitForEvent
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
WaitForEvent(DCPowerSessionsBundle, EventType, double)
Waits for the selected EventType to occur.
public static void WaitForEvent(this DCPowerSessionsBundle sessionsBundle, EventType eventType, double timeout = 5)
Parameters
sessionsBundle
DCPowerSessionsBundleThe DCPowerSessionsBundle object.
eventType
EventTypeThe type of event to wait for.
timeout
doubleThe maximum time to wait. Default is 5 seconds.