More >> Pause >> Analog Level >> Pause When

NI-DAQmx C Properties

More >> Pause >> Analog Level >> Pause When

Data Type: int32
Description: Specifies whether the task pauses above or below the threshold you specify with Level.

Valid values

DAQmx_Val_AboveLvl 10093 Pause the measurement or generation while the signal is above the threshold.
DAQmx_Val_BelowLvl 10107 Pause the measurement or generation while the signal is below the threshold.


You can get/set/reset this property using:
  DAQmxGetAnlgLvlPauseTrigWhen
  DAQmxSetAnlgLvlPauseTrigWhen
  DAQmxResetAnlgLvlPauseTrigWhen