DaqStream.WriteOffset Property
- Updated2023-02-21
- 1 minute(s) read
DaqStreamWriteOffset Property
Specifies in samples per channel an offset at which a write operation begins. This offset is relative to the location you specify with WriteRelativeTo.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public int WriteOffset { get; set; }
Public Property WriteOffset As Integer Get Set
Property Value
Type: Int32Specifies in samples per channel an offset at which a write operation begins. This offset is relative to the location you specify with WriteRelativeTo.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |