More >> Advance >> Trigger Type
| Data Type: | int32 |
| Description: | Specifies the type of trigger to use to advance to the next entry in a switch scan list. |
Valid values
| DAQmx_Val_DigEdge | 10150 | Advance to the next entry in a scan list on the rising or falling edge of a digital signal. |
| DAQmx_Val_Software | 10292 | Advance to the next entry in a scan list when you call DAQmxSendSoftwareTrigger(). |
| DAQmx_Val_None | 10230 | Advance through all entries in the scan list as fast as possible. |
You can get/set/reset this property using:
DAQmxGetAdvTrigType
DAQmxSetAdvTrigType
DAQmxResetAdvTrigType