NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

DaqStream.ReadOffset Property

  • Updated2023-02-21
  • 1 minute(s) read
DaqStream.ReadOffset Property
Specifies an offset in samples per channel at which to begin a read operation. This offset is relative to the location you specify with ReadRelativeTo.

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

Syntax

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

Property Value

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

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience