NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

WriteRecoveryMode Enumeration

WriteRecoveryMode Enumeration

WriteRecoveryMode Enumeration

Specifies how NI-DAQmx attempts to recover after missing a Sample Clock pulse when performing counter writes.

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

Syntax

public enum WriteRecoveryMode
Public Enumeration WriteRecoveryMode

Members

  Member nameValueDescription
WaitForInterrupt12523Attempt to recover when the system receives an interrupt service request. This mode is the most CPU efficient and best suited for recovery at lower pulse train frequencies.
Poll12524Repeatedly attempt to recover as fast as possible. This mode has the highest probability of recovery success at the expense of CPU efficiency.

Remarks

Specifies how NI-DAQmx attempts to recover after missing a Sample Clock pulse when performing counter writes. Use this enumeration to get or set the value of WriteRecoveryMode.

See Also

Was this information helpful?