NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

DaqStream.WriteRegenerationMode Property

DaqStream.WriteRegenerationMode Property

DaqStreamWriteRegenerationMode 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.40.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

Was this information helpful?