NI-DAQmx .NET Framework 4.5 API Reference

DaqStream.WriteRegenerationMode Property

  • Updated2023-02-21
  • 1 minute(s) read
DaqStream.WriteRegenerationMode Property
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.45.49302

Syntax

public WriteRegenerationMode WriteRegenerationMode { get; set; }
Public Property WriteRegenerationMode As WriteRegenerationMode
	Get
	Set

Property Value

Type: WriteRegenerationMode
Specifies whether to allow NI-DAQmx to generate the same data multiple times.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

If you enable regeneration and write new data to the buffer, NI-DAQmx can generate a combination of old and new data, a phenomenon called glitching.

See Also

Log in to get a better experience