NI-DAQmx .NET Framework 4.5 API Reference

WaitForNextSampleClockWaitMode Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
WaitForNextSampleClockWaitMode Enumeration
Specifies how WaitForNextSampleClock(Double) waits for the next Sample Clock pulse.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public enum WaitForNextSampleClockWaitMode
Public Enumeration WaitForNextSampleClockWaitMode

Members

  Member nameValueDescription
WaitForInterrupt12523Check 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.
Poll12524Repeatedly check for Sample Clock pulses as fast as possible. This mode allows for the highest sampling rates at the expense of CPU efficiency.

Remarks

Specifies how WaitForNextSampleClock(Double) waits for the next Sample Clock pulse. Use this enumeration to get or set the value of WaitForNextSampleClockWaitMode.

See Also

Log in to get a better experience