NI-SCOPE .NET Class Library Help

Table of Contents

ScopeChannelMeasurement.EndFetchComplexInt16 Method (IAsyncResult)

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

ScopeChannelMeasurementEndFetchComplexInt16 Method (IAsyncResult)

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 ComplexWaveformCollection<ComplexInt16> EndFetchComplexInt16(
	IAsyncResult asyncResult
)
Public Function EndFetchComplexInt16 ( 
	asyncResult As IAsyncResult
) As ComplexWaveformCollection(Of ComplexInt16)

Parameters

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

Return Value

Type: ComplexWaveformCollectionComplexInt16
An array of type ComplexWaveformCollectionTData.

See Also

Log in to get a better experience