Events >> Handshake Event >> Output Behavior

NI-DAQmx C Properties

Events >> Handshake Event >> Output Behavior

Data Type: int32
Description: Specifies the output behavior of the Handshake Event.

Valid values

DAQmx_Val_Interlocked 12549 Handshake Event deasserts after the Handshake Trigger asserts, plus the amount of time specified with Deassert Delay Value.
DAQmx_Val_Pulse 10265 Handshake Event pulses with the pulse width specified in Width Value.


You can get/set/reset this property using:
  DAQmxGetExportedHshkEventOutputBehavior
  DAQmxSetExportedHshkEventOutputBehavior
  DAQmxResetExportedHshkEventOutputBehavior