Start >> Analog Window >> Trigger When

NI-DAQmx C Properties

Start >> Analog Window >> Trigger When

Data Type: int32
Description: Specifies whether the task starts acquiring or generating samples when the signal enters or leaves the window you specify with Bottom and Top.

Valid values

DAQmx_Val_EnteringWin 10163 Trigger when the signal enters the window.
DAQmx_Val_LeavingWin 10208 Trigger when the signal leaves the window.


You can get/set/reset this property using:
  DAQmxGetAnlgWinStartTrigWhen
  DAQmxSetAnlgWinStartTrigWhen
  DAQmxResetAnlgWinStartTrigWhen