WaveformAttributeModes Enumeration
- Updated2026-02-03
- 1 minute(s) read
Specifies the type of information returned from waveform reads.
Syntax
Namespace: NationalInstruments.DAQmx
public enum WaveformAttributeModes
Remarks
The value of this property may affect performance when performing waveform reads.
Members
| Name | Value | Description |
|---|---|---|
| None | 0x0 | Returns only the waveform data itself, with no timing information or extended properties. Use this value for optimal performance. |
| Timing | 0x1 | Returns timing information in addition to the waveform data. This value may degrade performance when performing waveform reads. |
| ExtendedProperties | 0x2 | Returns extended properties in addition to the waveform data. This value may degrade performance when performing waveform reads. |