Specifies how DAQmx Wait for Next Sample Clock waits for the next Sample Clock pulse.

Remarks

The following table lists the characteristics of this property.

Short Name WaitForNextSampClkWaitMode
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
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.