Write Recovery Mode Property
Short Name: WriteRecoveryMode
Property of DAQmx Real-Time
Specifies how NI-DAQmx attempts to recover after missing a Sample Clock pulse when performing counter writes.
| 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. |
Remarks
The following table lists the characteristics of this property.
| Permissions | read/write |
| Resettable | yes |
| Settable while task is running | device-specific |
| Available in Run-Time Engine | yes |