DaqStream.WriteRegenerationMode Property
- Updated2023-02-21
- 1 minute(s) read
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: WriteRegenerationModeSpecifies whether to allow NI-DAQmx to generate the same data multiple times.
Exceptions
Exception | Condition |
---|---|
DaqException | The 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.