![]() | Download Help (Windows Only) |
Specifies the type of trigger to use to start a task.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 17.1.40.99
Visual Basic (Declaration) |
---|
Public Enumeration StartTriggerType |
C# |
---|
public enum StartTriggerType |
Member name | Description |
---|---|
AnalogEdge | Trigger when an analog signal signal crosses a threshold. |
AnalogMultiEdge | Trigger when any of the configured analog signals cross their respective thresholds. |
AnalogWindow | Trigger when an analog signal enters or leaves a range of values. The range is in the units of the measurement. |
DigitalEdge | Trigger on the rising or falling edge of a digital signal. |
DigitalPattern | Trigger when digital physical channels match a digital pattern. |
None | Disable triggering for the task. |
Time | Trigger when a specified time is reached. |
Helpful
Not Helpful