Read
About Receiver Leveling

DiscreteGetMaxPower Method


Description

Returns a single max leveled power value (in dBm) indicating the most restrictive maximum for all discrete maximum powers (the minimum of all maximum leveled powers).

 VB Syntax

maxPower = powerRange.DiscreteGetMaxPower

Variable

(Type) - Description

powerRange

A PowerRange (object)

maxPower

(Double) Variable to store the most restrictive maximum power level in dBm.

Return Type

(Double)

Default

Not Applicable

 

maxPower = powerRange.DiscreteGetMaxPower

C++ Syntax

HRESULT get_DiscreteGetMaxPower(double* pMax);

Interface

IPowreRange