Read
About Receiver Leveling

DiscreteGetMinPowerArray Method


Description

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

 VB Syntax

minPower = powerRange.DiscreteGetMinPowerArray

Variable

(Type) - Description

powerRange

A PowerRange (object)

minPower

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

Return Type

Variant array

Default

Not Applicable

 

minPower = powerRange.DiscreteGetMinPowerArray

C++ Syntax

HRESULT get_DiscreteGetMinPowerArray(VARIANT* pMin);

Interface

IPowreRange