NI-SCOPE .NET Class Library Help

Table of Contents

ScopeChannelMeasurement.EndFetchArrayMeasurement Method (IAsyncResult, ScopeWaveformInfo[])

  • Updated2023-09-06
  • 1 minute(s) read
ScopeChannelMeasurement.EndFetchArrayMeasurement Method (IAsyncResult, ScopeWaveformInfo[])

ScopeChannelMeasurementEndFetchArrayMeasurement Method (IAsyncResult, ScopeWaveformInfo)

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 AnalogWaveformCollection<double> EndFetchArrayMeasurement(
	IAsyncResult asyncResult,
	out ScopeWaveformInfo[] waveformInfo
)
Public Function EndFetchArrayMeasurement ( 
	asyncResult As IAsyncResult,
	<OutAttribute> ByRef waveformInfo As ScopeWaveformInfo()
) As AnalogWaveformCollection(Of Double)

Parameters

asyncResult
Type: SystemIAsyncResult
An IAsyncResult that represents the pending asynchronous fetch.
waveformInfo
Type: NationalInstruments.ModularInstruments.NIScopeScopeWaveformInfo
An array of ScopeWaveformInfo objects containing the timing and scaling information.

Return Value

Type: AnalogWaveformCollectionDouble
An array of type AnalogWaveformCollectionTData.

See Also

Log in to get a better experience