NI-DAQmx .NET Framework 4.0 API Reference

WaveformAttributeModes Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
WaveformAttributeModes Enumeration
Specifies the type of information returned from waveform reads.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

[FlagsAttribute]
public enum WaveformAttributeModes
<FlagsAttribute>
Public Enumeration WaveformAttributeModes

Members

  Member nameValueDescription
None0Returns only the waveform data itself, with no timing information or extended properties. Use this value for optimal performance.
Timing1Returns timing information in addition to the waveform data. This value may degrade performance when performing waveform reads.
ExtendedProperties2Returns extended properties in addition to the waveform data. This value may degrade performance when performing waveform reads.

Remarks

The value of this property may affect performance when performing waveform reads.

See Also

Log in to get a better experience