NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerOutputMeasurement.FetchBacklog Property

  • Updated2024-01-04
  • 1 minute(s) read
DCPowerOutputMeasurement.FetchBacklog Property

DCPowerOutputMeasurementFetchBacklog Property

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

Namespace:  NationalInstruments.ModularInstruments.NIDCPower
Assembly:  NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023

Syntax

public int FetchBacklog { get; }
Public ReadOnly Property FetchBacklog As Integer
	Get

Property Value

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

Exceptions

ExceptionCondition
ObjectDisposedExceptionThe property was accessed after the associated NIDCPower object was disposed.
SelectorNameExceptionThe property was accessed with an unknown channel name.
IviCDriverExceptionThe underlying NI-DCPower driver returned an error.

Remarks

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

See Also

Log in to get a better experience