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

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public long FetchOffset { get; set; }

Remarks

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

TypeDescription
System.ObjectDisposedException

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