Write/Read |
About Receiver Leveling |
Description |
Sets and reads the upper bound of the frequency range used for range based power min and max. |
VB Syntax |
powerRange.RangeStopFrequency = value |
Variable |
(Type) - Description |
powerRange |
A PowerRange (object) |
value |
(Double) Stop frequency. Choose a number within the frequency limits of the analyzer. Units are Hz. |
Return Type |
Double |
Default |
Not Applicable |
|
powerRange.RangeStopFrequency = 10e9 'Write |
C++ Syntax |
HRESULT get_RangeStopFrequency(double* stopfreq); HRESULT put_RangeStopFrequency(double stopfreq); |
Interface |
IPowreRange |