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

NameValueDescription
WaitForInterrupt12523

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.

Poll12524

Repeatedly check for Sample Clock pulses as fast as possible. This mode allows for the highest sampling rates at the expense of CPU efficiency.