Handshake >> Start Condition

NI-DAQmx C Properties

Handshake >> Start Condition

Data Type: int32
Description: Specifies the point in the handshake cycle that the device is in when the task starts.

Valid values

DAQmx_Val_Immediate 10198 Device is waiting for space in the FIFO (for acquisition) or waiting for samples (for generation).
DAQmx_Val_WaitForHandshakeTriggerAssert 12550 Device is waiting for the Handshake Trigger to assert.
DAQmx_Val_WaitForHandshakeTriggerDeassert 12551 Device is waiting for the Handshake Trigger to deassert.


You can get/set/reset this property using:
  DAQmxGetHshkStartCond
  DAQmxSetHshkStartCond
  DAQmxResetHshkStartCond