NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

DaqStream.WaveformAttributeMode Property

  • Updated2023-02-21
  • 1 minute(s) read
DaqStream.WaveformAttributeMode Property
Gets or sets the type of information returned from a waveform read.

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

Syntax

public WaveformAttributeModes WaveformAttributeMode { get; set; }
Public Property WaveformAttributeMode As WaveformAttributeModes
	Get
	Set

Property Value

Type: WaveformAttributeModes
The waveform attribute mode. The default value is a bitwise combination of Timing and ExtendedProperties.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

This property applies to synchronous and asynchronous waveform reads.

See Also

Log in to get a better experience