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

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: Int32Returns the number of measurements acquired that have not been fetched yet.
Return Value
Type: Int32Returns the number of measurements acquired that have not been fetched yet.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The FetchBacklog method was accessed after the associated NIDCPower object was disposed. |