DaqStream.WriteRelativeTo Property
- Updated2023-02-21
- 1 minute(s) read
DaqStreamWriteRelativeTo 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: WriteRelativeToSpecifies 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
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |