NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

WriteRegenerationMode Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
WriteRegenerationMode Enumeration
Specifies whether to allow NI-DAQmx to generate the same data multiple times.

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

Syntax

public enum WriteRegenerationMode
Public Enumeration WriteRegenerationMode

Members

  Member nameValueDescription
AllowRegeneration10097Allow 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.
DoNotAllowRegeneration10158Do 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.

Remarks

Specifies whether to allow NI-DAQmx to generate the same data multiple times. Use this enumeration to get or set the value of WriteRegenerationMode.

See Also

Log in to get a better experience