Wait For Next Sample Clock Wait Mode Property
- Updated2023-02-21
- 1 minute(s) read
Short Name: WaitForNextSampClkWaitMode
Property of DAQmx Real-Time
Specifies how DAQmx Wait for Next Sample Clock waits for the next Sample Clock pulse.
Wait For Interrupt (12523) | Check for Sample Clock pulses when the system receives an interrupt service request. This mode is the most CPU efficient, but results in lower possible sampling rates. |
Poll (12524) | Repeatedly check for Sample Clock pulses as fast as possible. This mode allows for the highest sampling rates 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 |