ScopeChannelMeasurement.EndRead Method (IAsyncResult)
- Updated2023-09-06
- 1 minute(s) read
ScopeChannelMeasurementEndRead Method (IAsyncResult)
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 )
Public Function EndRead ( asyncResult As IAsyncResult ) As AnalogWaveformCollection(Of Double)
Parameters
- asyncResult
- Type: SystemIAsyncResult
An IAsyncResult that represents the pending asynchronous read.
Return Value
Type: AnalogWaveformCollectionDoubleAn array of type AnalogWaveformCollectionTData.