WaitForNextSampleClockWaitMode Enumeration
- Updated2026-02-03
- 1 minute(s) read
Specifies how WaitForNextSampleClock(double) waits for the next Sample Clock pulse.
Syntax
Namespace: NationalInstruments.DAQmx
public enum WaitForNextSampleClockWaitMode
Remarks
Specifies how WaitForNextSampleClock(double) waits for the next Sample Clock pulse. Use this enumeration to get or set the value of WaitForNextSampleClockWaitMode.
Members
| Name | Value | Description |
|---|---|---|
| WaitForInterrupt | 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. |