More >> Pause >> Trigger Type

NI-DAQmx C Properties

More >> Pause >> Trigger Type

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

Valid values

DAQmx_Val_AnlgLvl 10101 Pause the measurement or generation while an analog signal is above or below a level.
DAQmx_Val_AnlgWin 10103 Pause the measurement or generation while an analog signal is either inside or outside of a range of values.
DAQmx_Val_DigLvl 10152 Pause the measurement or generation while a digital signal is at either a high or low state.
DAQmx_Val_DigPattern 10398 Pause the measurement or generation while digital physical channels either match or do not match a digital pattern.
DAQmx_Val_None 10230 Do not pause the measurement or generation.


You can get/set/reset this property using:
  DAQmxGetPauseTrigType
  DAQmxSetPauseTrigType
  DAQmxResetPauseTrigType