Start >> Trigger Type

NI-DAQmx C Properties

Start >> Trigger Type

Data Type: int32
Description: Specifies the type of trigger to use to start a task.

Valid values

DAQmx_Val_AnlgEdge 10099 Trigger when an analog signal signal crosses a threshold.
DAQmx_Val_DigEdge 10150 Trigger on the rising or falling edge of a digital signal.
DAQmx_Val_DigPattern 10398 Trigger when digital physical channels match a digital pattern.
DAQmx_Val_AnlgWin 10103 Trigger when an analog signal enters or leaves a range of values. The range is in the units of the measurement.
DAQmx_Val_None 10230 Disable triggering for the task.


You can get/set/reset this property using:
  DAQmxGetStartTrigType
  DAQmxSetStartTrigType
  DAQmxResetStartTrigType