NI-SCOPE .NET Class Library Help

Table of Contents

ScopeChannelMeasurement.EndFetchScalarMeasurementStatistics Method

  • Updated2023-09-06
  • 1 minute(s) read
ScopeChannelMeasurement.EndFetchScalarMeasurementStatistics Method

ScopeChannelMeasurementEndFetchScalarMeasurementStatistics Method

Waits for a pending asynchronous fetch to complete.

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

Syntax

public ScopeScalarMeasurementStatistics[] EndFetchScalarMeasurementStatistics(
	IAsyncResult asyncResult
)
Public Function EndFetchScalarMeasurementStatistics ( 
	asyncResult As IAsyncResult
) As ScopeScalarMeasurementStatistics()

Parameters

asyncResult
Type: SystemIAsyncResult
An IAsyncResult that represents the pending asynchronous fetch.

Return Value

Type: ScopeScalarMeasurementStatistics
An array of type AnalogWaveformCollectionTData.

See Also

Log in to get a better experience