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

NameValueDescription
DigitalEdge10150

Trigger on a rising or falling edge of a digital signal.

Time15996

Trigger when a specified time is reached.

None10230

Disable the trigger.