NI-DAQ™mx C Reference

Events >> Counter Output Event >> Output Behavior

Data Type: int32
Description: Specifies whether the exported Counter Output Event pulses or changes from one state to the other when the counter reaches terminal count.

Valid values

DAQmx_Val_Pulse 10265 Send a pulse to the terminal.
DAQmx_Val_Toggle 10307 Toggle the state of the terminal from low to high or from high to low.


You can get/set/reset this property using:
  DAQmxGetExportedCtrOutEventOutputBehavior
  DAQmxSetExportedCtrOutEventOutputBehavior
  DAQmxResetExportedCtrOutEventOutputBehavior

Log in to get a better experience