NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-DAQmx .NET Framework 4.0 API ReferenceChannelSynchronizationUnlockBehavior EnumerationCurrent page
Table of Contents

ChannelSynchronizationUnlockBehavior Enumeration

ChannelSynchronizationUnlockBehavior Enumeration

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

Was this information helpful?