Read
About Receiver Leveling

DiscreteGetMaxPowerArray Method


Description

Returns an array of max leveled power values (in dBm), where each element corresponds to the maximum leveled power possible for CW stimulus at the corresponding frequency set by the DiscreteFrequencies property.

 VB Syntax

maxPower = powerRange.DiscreteGetMaxPowerArray

Variable

(Type) - Description

powerRange

A PowerRange (object)

maxPower

(Variant array) Variable to store the list of maximum leveled power values in dBm.

Return Type

Variant array

Default

Not Applicable

 

maxPower = powerRange.DiscreteGetMaxPowerArray

C++ Syntax

HRESULT get_DiscreteGetMaxPowerArray(VARIANT* pMax);

Interface

IPowreRange