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

DCPowerOutputMeasurementFetchBacklog Property
Returns the number of measurements acquired that have not been fetched yet.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.dll) Version: 2023
Syntax
public int FetchBacklog { get; }
Public ReadOnly Property FetchBacklog As Integer Get
Property Value
Type: Int32Returns an Int32 that is the number of measurements acquired that have not been fetched yet.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The property was accessed after the associated NIDCPower object was disposed. |
SelectorNameException | The property was accessed with an unknown channel name. |
IviCDriverException | The underlying NI-DCPower driver returned an error. |
Remarks
![]() |
---|
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. |