ArmStartTriggerType Enumeration
- Updated2026-02-03
- 1 minute(s) read
Specifies the type of trigger to use to arm the task for a Start Trigger. If you configure an Arm Start Trigger, the task does not respond to a Start Trigger until the device receives the Arm Start Trigger.
Syntax
Namespace: NationalInstruments.DAQmx
public enum ArmStartTriggerType
Remarks
Specifies the type of trigger to use to arm the task for a Start Trigger. If you configure an Arm Start Trigger, the task does not respond to a Start Trigger until the device receives the Arm Start Trigger. 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. |