Specifies the type of trigger to use to expire a watchdog task.

Syntax

Namespace: NationalInstruments.DAQmx

public enum WatchdogExpirationTriggerType

Remarks

Specifies the type of trigger to use to expire a watchdog task. Use this enumeration to get or set the value of Type.

Members

NameValueDescription
DigitalEdge10150

Trigger on a rising or falling edge of a digital signal.

Time15996

Trigger when a specified time is reached.

None10230

Disable the trigger.