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
sessionsBundleDCPowerSessionsBundleThe DCPowerSessionsBundle object.
eventTypeEventTypeThe type of event to wait for.
timeoutdoubleThe maximum time to wait. Default is 5 seconds.