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

Remarks

The following table lists the characteristics of this property.

Short Name WriteRecoveryMode
Data type ci32.png
Permissions Read/Write
Resettable True
Settable While Task Is Running device-specific
Available in Run-Time Engine True
Wait For Interrupt 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.