NI-DAQmx .NET Framework 4.5 API Reference

DaqStream.ReadOffset Property

  • 已更新2023-02-21
  • 閱讀時間為 1 分鐘
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.45.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