Events >> Counter Output Event >> Toggle >> Idle State

NI-DAQmx C Properties

Events >> Counter Output Event >> Toggle >> Idle State

Data Type: int32
Description: Specifies the initial state of the output terminal of the counter when Output Behavior is DAQmx_Val_Toggle. The terminal enters this state when NI-DAQmx commits the task.

The initial state of the terminal affects whether the first toggle is from low state to high state or from high state to low state.

NI-DAQmx ignores this property if Output Behavior is DAQmx_Val_Pulse.

Valid values

DAQmx_Val_High 10192 High state.
DAQmx_Val_Low 10214 Low state.


You can get/set/reset this property using:
  DAQmxGetExportedCtrOutEventToggleIdleState
  DAQmxSetExportedCtrOutEventToggleIdleState
  DAQmxResetExportedCtrOutEventToggleIdleState