WatchdogExpirationTriggerType Enumeration
- Updated2026-02-05
- 1 minute(s) read
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
| Name | Value | Description |
|---|---|---|
| DigitalEdge | 10150 | Trigger on a rising or falling edge of a digital signal. |
| Time | 15996 | Trigger when a specified time is reached. |
| None | 10230 | Disable the trigger. |