![]() | Download Help (Windows Only) |
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: 17.1.40.99
Visual Basic (Declaration) |
---|
Public Enumeration WriteRecoveryMode |
C# |
---|
public enum WriteRecoveryMode |
Member name | Description |
---|---|
Poll | Repeatedly attempt to recover as fast as possible. This mode has the highest probability of recovery success at the expense of CPU efficiency. |
WaitForInterrupt | 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. |
Helpful
Not Helpful