NI-DAQmx .NET Framework 4.0 API Reference

ExportSignals.HandshakeEventInterlockedAssertOnStart Property

  • Updated2023-02-21
  • 1 minute(s) read
ExportSignals.HandshakeEventInterlockedAssertOnStart Property
Specifies to assert the Handshake Event when the task starts if HandshakeEventOutputBehavior is Interlocked.

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

Syntax

public bool HandshakeEventInterlockedAssertOnStart { get; set; }
Public Property HandshakeEventInterlockedAssertOnStart As Boolean
	Get
	Set

Property Value

Type: Boolean
Specifies to assert the Handshake Event when the task starts if HandshakeEventOutputBehavior is Interlocked.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also