NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

ChannelSynchronizationUnlockBehavior Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
ChannelSynchronizationUnlockBehavior Enumeration
Specifies the action to take if the target loses its synchronization to the grand master.

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

Syntax

public enum ChannelSynchronizationUnlockBehavior
Public Enumeration ChannelSynchronizationUnlockBehavior

Members

  Member nameValueDescription
StopTaskAndError15862Stop task and return an error.
IgnoreLostSynchronizationLock16129Ignore the loss of synchronization and do nothing.

Remarks

Specifies the action to take if the target loses its synchronization to the grand master. Use this enumeration to get or set the value of SynchronizationUnlockBehavior.

See Also

Log in to get a better experience