Read-only |
About Independent Power Calibration |
Description |
Queries how many ranges are included in the calibration for source port <n>. |
VB Syntax |
value = IndependentPwrrCal.RangeCount |
Variable |
(Type) - Description |
value |
(Long) - Variable to store the returned range count. |
IndependentPwrrCal |
A IndependentPowerCalibration (object) |
Return Type |
Long |
Default |
Not Applicable |
Example |
value = CalibrateAllChannels.IndependentPowerCalibration.RangeCount 'Read |
C++ Syntax |
HRESULT RangeCount(Int* ranges); |
Interface |
IIndependentPowerCalibration |