Write / Read |
About Receiver Leveling |
Description |
Sets or returns the list of discrete frequencies corresponding to the powers returned by DiscreteGetMaxPowerArray or DiscreteGetMinPowerArray. |
VB Syntax |
powerRange.DiscreteFrequencies = discreteFreqs |
Variable |
(Type) - Description |
powerRange |
A PowerRange (object) |
discreteFreqs |
(Variant array) Variable to store the list of discrete frequencies. |
Return Type |
Variant array |
Default |
Not Applicable |
|
discreteFreqs = Array(1e9,2e9,3e9,4e9) 'Write |
C++ Syntax |
HRESULT get_DiscreteFrequencies(VARIANT* Freq); HRESULT put_DiscreteFrequencies(VARIANT Freq); |
Interface |
IPowreRange |