NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

ArmStartTriggerType Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
ArmStartTriggerType Enumeration
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.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public enum ArmStartTriggerType
Public Enumeration ArmStartTriggerType

Members

  Member nameValueDescription
DigitalEdge10150Trigger on a rising or falling edge of a digital signal.
Time15996Trigger when a specified time is reached.
None10230Disable the trigger.

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.

See Also

Log in to get a better experience