NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

HandshakeStartCondition Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
HandshakeStartCondition Enumeration
Specifies the point in the handshake cycle that the device is in when the task starts.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public enum HandshakeStartCondition
Public Enumeration HandshakeStartCondition

Members

  Member nameValueDescription
Immediate10198Device is waiting for space in the FIFO (for acquisition) or waiting for samples (for generation).
WaitForHandshakeTriggerAssert12550Device is waiting for the Handshake Trigger to assert.
WaitForHandshakeTriggerDeassert12551Device is waiting for the Handshake Trigger to deassert.

Remarks

Specifies the point in the handshake cycle that the device is in when the task starts. Use this enumeration to get or set the value of HandshakeStartCondition.

See Also

Log in to get a better experience