More >> Pause >> Analog Window >> Pause When

NI-DAQmx C Properties

More >> Pause >> Analog Window >> Pause When

Data Type: int32
Description: Specifies whether the task pauses while the trigger signal is inside or outside the window you specify with Bottom and Top.

Valid values

DAQmx_Val_InsideWin 10199 Pause the measurement or generation while the trigger is inside the window.
DAQmx_Val_OutsideWin 10251 Pause the measurement or generation while the signal is outside the window.


You can get/set/reset this property using:
  DAQmxGetAnlgWinPauseTrigWhen
  DAQmxSetAnlgWinPauseTrigWhen
  DAQmxResetAnlgWinPauseTrigWhen