![]() | Download Help (Windows Only) |
Specifies whether to allow NI-DAQmx to generate the same data multiple times.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 17.1.40.99
Visual Basic (Declaration) |
---|
Public Enumeration WriteRegenerationMode |
C# |
---|
public enum WriteRegenerationMode |
Member name | Description |
---|---|
AllowRegeneration | Allow NI-DAQmx to regenerate samples that the device previously generated. When you choose this value, the write marker returns to the beginning of the buffer after the device generates all samples currently in the buffer. |
DoNotAllowRegeneration | Do not allow NI-DAQmx to regenerate samples the device previously generated. When you choose this value, NI-DAQmx waits for you to write more samples to the buffer or until the timeout expires. |
Helpful
Not Helpful