NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerMeasurement.FetchBacklog Property

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

DCPowerMeasurementFetchBacklog 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 the number of measurements acquired that have not been fetched yet.

Return Value

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

Exceptions

ExceptionCondition
ObjectDisposedException The FetchBacklog method was accessed after the associated NIDCPower object was disposed.

See Also

Log in to get a better experience