NI-DCPower .NET fx45 API Reference

Table of Contents

DCPowerMeasurement.EndFetch Method

  • Updated2024-01-04
  • 1 minute(s) read
DCPowerMeasurement.EndFetch Method

DCPowerMeasurementEndFetch Method

Waits for a pending asynchronous fetch to complete.

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

Syntax

public DCPowerFetchResult EndFetch(
	IAsyncResult result
)
Public Function EndFetch ( 
	result As IAsyncResult
) As DCPowerFetchResult

Parameters

result
Type: SystemIAsyncResult
Returns an IAsyncResult that represents the pending asynchronous fetch.

Return Value

Type: DCPowerFetchResult
Returns a DCPowerFetchResult struct that contains arrays of current measurements, voltage measurements and compliance measurements..

See Also

Log in to get a better experience