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

NameValueDescription
None0x0

Returns only the waveform data itself, with no timing information or extended properties. Use this value for optimal performance.

Timing0x1

Returns timing information in addition to the waveform data. This value may degrade performance when performing waveform reads.

ExtendedProperties0x2

Returns extended properties in addition to the waveform data. This value may degrade performance when performing waveform reads.