NI-DAQmx .NET Framework 4.0 API Reference

DaqStream.WriteRelativeTo Property

  • Updated2023-02-21
  • 1 minute(s) read
DaqStream.WriteRelativeTo Property
Specifies the point in the buffer at which to write data. If you also specify an offset with WriteOffset, the write operation begins at that offset relative to this point you select with this property.

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

Syntax

public WriteRelativeTo WriteRelativeTo { get; set; }
Public Property WriteRelativeTo As WriteRelativeTo
	Get
	Set

Property Value

Type: WriteRelativeTo
Specifies the point in the buffer at which to write data. If you also specify an offset with WriteOffset, the write operation begins at that offset relative to this point you select with this property.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience