collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IBoonton55xxxChannelMeasurements.ReadWaveformMinMax Method


IBoonton55xxxChannelMeasurements See Also



Initiates an acquisition on all enabled channels, waits (up to MaxTime) for the acquisition to complete, and returns the min/max waveforms for this channel. Call FetchMinMaxWaveform to obtain the min/max waveforms for other channels.

Namespace: Boonton.Boonton55xxx.Interop

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

Visual Basic

Public Sub ReadWaveformMinMax ( _
 ByRef  MinWaveform As Single()   _
 ByRef  MaxWaveform As Single()   _
 ByRef  WaveformArray As Single()   _
)

C#

public void  ReadWaveformMinMax(
 ref float[]   MinWaveform,
 ref float[]   MaxWaveform,
 ref float[]   WaveformArray
)

Visual C++

HRESULT ReadWaveformMinMax(
 SAFEARRAY**  MinWaveform,
 SAFEARRAY**  MaxWaveform,
 SAFEARRAY**  WaveformArray
);

Parameters

MinWaveform

This array contains the min waveform. Units for the individual array elements are in the channel units setting.

MaxWaveform

This array contains the max waveform. Units for the individual array elements are in the channel units setting.

WaveformArray

The array contains the acquired waveform. Units for the individual array elements are in the channel units setting.

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.