Write/Read |
About Independent Power Calibration |
Description |
Sets and gets the stop frequency for range <m> for source port<n>. |
VB Syntax |
PwrrCalRange.StopFrequency = freq |
Variable |
(Type) - Description |
freq |
(Long) - Variable to store the returned stop frequency. |
PwrrCalRange |
A PowerCalRange (object) |
Return Type |
Double |
Default |
Not Applicable |
Example |
CalibrateAllChannels.IndependentPowerCalibration(3).PowerCalRange(1).StopFrequency = 21e9 'Write freq = CalibrateAllChannels.IndependentPowerCalibration(3).PowerCalRange(1).StopFrequency 'Read |
C++ Syntax |
HRESULT get_StopFrequency(double* freq); HRESULT put_StopFrequency(double freq); |
Interface |
IPowerCalRange |