ScopeChannelMeasurement.EndFetchInt32 Method (IAsyncResult)
- Updated2023-09-06
- 1 minute(s) read
ScopeChannelMeasurementEndFetchInt32 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 AnalogWaveformCollection<int> EndFetchInt32( IAsyncResult asyncResult )
Public Function EndFetchInt32 ( asyncResult As IAsyncResult ) As AnalogWaveformCollection(Of Integer)
Parameters
- asyncResult
- Type: SystemIAsyncResult
An IAsyncResult that represents the asynchronous fetch, which could still be pending.
Return Value
Type: AnalogWaveformCollectionInt32An object of type AnalogWaveformCollectionTData. NI-SCOPE returns this data sequentially, so all record 0 waveforms are first. For example, with a channel list of 0,1, you would have the following index values: index 0 = record 0, channel 0 index x = record 0, channel 1 index 2x = record 1, channel 0 index 3x = record 1, channel 1 Where x = the record length