Read-only |
About Independent Power Calibration |
Description |
Queries available ports for independent power calibration. |
VB Syntax |
value = IndependentPwrrCal.ValidPorts |
Variable |
(Type) - Description |
value |
(Variant) - Variable to store the returned ports. |
IndependentPwrrCal |
A IndependentPowerCalibration (object) |
Return Type |
Variant |
Default |
Not Applicable |
Example |
value = CalibrateAllChannels.IndependentPowerCalibration.ValidPorts 'Read |
C++ Syntax |
HRESULT ValidPorts(VARIANT* ports); |
Interface |
IIndependentPowerCalibration |