![]() | Download Help (Windows Only) |
Specifies how writing to the task waits for space to become available in the buffer.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 17.1.40.99
Visual Basic (Declaration) |
---|
Public Enumeration WriteWaitMode |
C# |
---|
public enum WriteWaitMode |
Member name | Description |
---|---|
Poll | Repeatedly check for available buffer space as fast as possible. This mode allows for the highest sampling rates at the expense of CPU efficiency. |
Sleep | Check for available buffer space once per the amount of time specified in WriteSleepTime. |
Yield | Repeatedly check for available buffer space, but yield control to other threads after each check. This mode offers a balance between sampling rate and CPU efficiency. |
Helpful
Not Helpful