Returns a previously acquired waveform for this channel. The acquisition must be made prior to calling this method. Call this method separately for each channel.
Namespace: Boonton.Boonton55xxx.Interop
Assembly: Boonton.Boonton55xxx.Interop (in Boonton.Boonton55xxx.Interop.dll)
Visual Basic
|
Public Sub FetchWaveform ( _
ByRef WaveformArray As Single() _
)
|
C#
|
public void FetchWaveform(
ref float[] WaveformArray
)
|
Visual C++
|
HRESULT FetchWaveform(
SAFEARRAY** WaveformArray
);
|
Parameters
WaveformArray
The array contains the acquired waveform. Units for the individual array elements are in the channel units setting.
Requirements
Supported Models
All supported
See Also
Reference
IBoonton55xxxChannelMeasurements Interface
Boonton.Boonton55xxx.Interop Namespace

Copyright 2013-16 Boonton. All rights reserved.
|