NI-DAQmx .NET Framework 4.5 API Reference

DaqStream.WriteOffset Property

  • Updated2023-02-21
  • 1 minute(s) read
DaqStream.WriteOffset 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.45.49302

Syntax

public int WriteOffset { get; set; }
Public Property WriteOffset As Integer
	Get
	Set

Property Value

Type: Int32
Specifies in samples per channel an offset at which a write operation begins. This offset is relative to the location you specify with WriteRelativeTo.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience