Handshake >> Start Condition
- Updated2023-03-16
- 1 minute(s) read
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