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