collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IBoonton55xxxChannelMeasurementsAutoMeasurements.FetchCWArray Method


IBoonton55xxxChannelMeasurementsAutoMeasurements See Also



Returns the current average, maximum, minimum powers or voltages and the peak-to-average ratio of the specified channel. Units are the same as the channel's units. Note the peak-to-average ratio and marker ratio are returned in dB for logarithmic channel units, and percent for all other channel units.

Namespace: Boonton.Boonton55xxx.Interop

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

Visual Basic

Public Sub FetchCWArray ( _
 ByRef  PeakAverage As Single  _
 ByRef  PeakAverageValid As Boonton55xxxCondCodeEnum  _
 ByRef  PeakMax As Single  _
 ByRef  PeakMaxValid As Boonton55xxxCondCodeEnum  _
 ByRef  PeakMin As Single  _
 ByRef  PeakMinValid As Boonton55xxxCondCodeEnum  _
 ByRef  PeakToAvgRatio As Single  _
 ByRef  PeakToAvgRatioValid As Boonton55xxxCondCodeEnum  _
)

C#

public void  FetchCWArray(
 ref float  PeakAverage,
 ref Boonton55xxxCondCodeEnum  PeakAverageValid,
 ref float  PeakMax,
 ref Boonton55xxxCondCodeEnum  PeakMaxValid,
 ref float  PeakMin,
 ref Boonton55xxxCondCodeEnum  PeakMinValid,
 ref float  PeakToAvgRatio,
 ref Boonton55xxxCondCodeEnum  PeakToAvgRatioValid
)

Visual C++

HRESULT FetchCWArray(
 float*  PeakAverage,
 Boonton55xxxCondCodeEnum*  PeakAverageValid,
 float*  PeakMax,
 Boonton55xxxCondCodeEnum*  PeakMaxValid,
 float*  PeakMin,
 Boonton55xxxCondCodeEnum*  PeakMinValid,
 float*  PeakToAvgRatio,
 Boonton55xxxCondCodeEnum*  PeakToAvgRatioValid
);

Parameters

PeakAverage

Average power

PeakAverageValid

Measurement condition code.

PeakMax

Max CW power.

PeakMaxValid

Measurement condition code.

PeakMin

Minimum CW power.

PeakMinValid

Measurement condition code.

PeakToAvgRatio

Peak to average ratio.

PeakToAvgRatioValid

Measurement condition code.

collapse_allRemarks

Note that the values for maximum and minimum power will depend on the peak hold mode; see the description of the CALCulate:PKHLD command for details.

collapse_allInstrument Command

FETCh{Channel}:ARRay:CW:POWer?

collapse_allRequirements

Supported Models

All supported

collapse_allSee Also

Reference

IBoonton55xxxChannelMeasurementsAutoMeasurements Interface

Boonton.Boonton55xxx.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.