Expiration Trigger >> Trigger Type
- Updated2023-03-16
- 1 minute(s) read
Expiration Trigger >> Trigger Type
Data Type: | int32 |
Description: | Specifies the type of trigger to use to expire a watchdog task. |
Valid values
DAQmx_Val_DigEdge | 10150 | Trigger on a rising or falling edge of a digital signal. |
DAQmx_Val_Time | 15996 | Trigger when a specified time is reached. |
DAQmx_Val_None | 10230 | Disable the trigger. |
You can get/set/reset this property using:
DAQmxGetWatchdogExpirTrigType
DAQmxSetWatchdogExpirTrigType
DAQmxResetWatchdogExpirTrigType