StartTriggerType Enumeration
- Updated2026-02-03
- 1 minute(s) read
Specifies the type of trigger to use to start a task.
Syntax
Namespace: NationalInstruments.DAQmx
public enum StartTriggerType
Remarks
Specifies the type of trigger to use to start a task. Use this enumeration to get or set the value of Type.
Members
| Name | Value | Description |
|---|---|---|
| AnalogEdge | 10099 | Trigger when an analog signal signal crosses a threshold. |
| AnalogMultiEdge | 16108 | Trigger when any of the configured analog signals cross their respective thresholds. |
| DigitalEdge | 10150 | Trigger on the rising or falling edge of a digital signal. |
| DigitalPattern | 10398 | Trigger when digital physical channels match a digital pattern. |
| AnalogWindow | 10103 | Trigger when an analog signal enters or leaves a range of values. The range is in the units of the measurement. |
| Time | 15996 | Trigger when a specified time is reached. |
| None | 10230 | Disable triggering for the task. |