Table of Contents

Method WaitForEvent

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower
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 DCPowerSessionsBundle

The DCPowerSessionsBundle object.

eventType EventType

The type of event to wait for.

timeout double

The maximum time to wait. Default is 5 seconds.