WriteRecoveryMode Enumeration
- Updated2023-02-21
- 1 minute(s) read
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 name | Value | Description | |
---|---|---|---|
WaitForInterrupt | 12523 | Attempt 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. | |
Poll | 12524 | Repeatedly 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.