NI-SCOPE .NET Class Library Help

ScopeChannelMeasurement.EndRead Method (IAsyncResult, ScopeWaveformInfo[])

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

ScopeChannelMeasurementEndRead Method (IAsyncResult, ScopeWaveformInfo)

Waits for a pending asynchronous read to complete. This method may return multiple waveforms depending on the number of channels, the acquisition type, and the number of records you specify.

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

Syntax

public AnalogWaveformCollection<double> EndRead(
	IAsyncResult asyncResult,
	out ScopeWaveformInfo[] waveformInfo
)
Public Function EndRead ( 
	asyncResult As IAsyncResult,
	<OutAttribute> ByRef waveformInfo As ScopeWaveformInfo()
) As AnalogWaveformCollection(Of Double)

Parameters

asyncResult
Type: SystemIAsyncResult
An IAsyncResult that represents the pending asynchronous read.
waveformInfo
Type: NationalInstruments.ModularInstruments.NIScopeScopeWaveformInfo
An array of ScopeWaveformInfo objects that contains timing and scaling information about each waveform.

Return Value

Type: AnalogWaveformCollectionDouble
An array of type AnalogWaveformCollectionTData.

See Also