NIRfsa Namespace

Table of Contents

RfsaIQAcquisition.FetchOffset Property

  • Updated2025-05-22
  • 1 minute(s) read
RfsaIQAcquisition.FetchOffset Property

RfsaIQAcquisitionFetchOffset Property

Gets or sets the offset relative to the position specified by the FetchRelativeTo property from which to start fetching data.

Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025

Syntax

public long FetchOffset { get; set; }
Public Property FetchOffset As Long
	Get
	Set

Property Value

Int64
Specifies a Int64 representing the offset relative to the position specified by the FetchRelativeTo property from which to start fetching data. Offset can be a positive or negative value.

Exceptions

ExceptionCondition
ObjectDisposedException The FetchOffset property was accessed after the associated NIRfsa object was disposed.

See Also

Log in to get a better experience