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
sessionsBundleDCPowerSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.
eventTypeEventType-
The type of event to wait for.
timeoutdouble-
The maximum time to wait. Default is 5 seconds.