NI-DAQmx .NET Framework 4.0 API Reference

WriteRelativeTo Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
WriteRelativeTo Enumeration
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 enum WriteRelativeTo
Public Enumeration WriteRelativeTo

Members

  Member nameValueDescription
FirstSample10424Write samples relative to the first sample.
CurrentWritePosition10430Write samples relative to the current position in the buffer.

Remarks

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. Use this enumeration to get or set the value of WriteRelativeTo.

See Also

Log in to get a better experience