Returns the number of measurements acquired that have not been fetched yet.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIDCPower

public int FetchBacklog { get; }

Remarks

Note

To use the per-channel version of this property, you must first initialize the session with the NIDCPower(string, bool, string) constructor. If the session was initialized with a deprecated constructor, use the per-session version of this property instead or include all channels.

Returns an T:System.Int32 that is the number of measurements acquired that have not been fetched yet.

Exceptions

TypeDescription
System.ObjectDisposedException

The property was accessed after the associated NIDCPower object was disposed.

Ivi.Driver.SelectorNameException

The property was accessed with an unknown channel name.

Ivi.Driver.IviCDriverException

The underlying NI-DCPower driver returned an error.