collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IBoonton55xxxChannelMeasurements.FetchExtendedWaveform Method


IBoonton55xxxChannelMeasurements See Also



When capture priority is enabled, returns up to 100000 points of trace data based on the current timebase starting at the current trigger delay point.

Namespace: Boonton.Boonton55xxx.Interop

Assembly: Boonton.Boonton55xxx.Interop (in Boonton.Boonton55xxx.Interop.dll)

Visual Basic

Public Sub FetchExtendedWaveform ( _
 ByRef  WaveformArray As Single()   _
 ByVal  Count As Integer  _
)

C#

public void  FetchExtendedWaveform(
 ref float[]   WaveformArray,
 int  Count
)

Visual C++

HRESULT FetchExtendedWaveform(
 SAFEARRAY**  WaveformArray,
 long  Count
);

Parameters

WaveformArray

An array of points representing the extended waveform. Each point interval corresponds to 1/50th of the current timebase setting.

Count

The number of points requested for WaveformArray.

collapse_allRequirements

Supported Models

All supported

collapse_allSee Also

Reference

IBoonton55xxxChannelMeasurements Interface

Boonton.Boonton55xxx.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.