Read-only |
About Cal All |
Description |
Read the final list of ports that will be fully calibrated by Calibrate All Channels. For the returned list of ports, specify connectors and cal kits for the calibration using the GuidedCal commands. Ports to received ONLY a power cal (such as mixer LO ports) will NOT be on the returned list. For each channel, specify the ports to be calibrated using CalibrationPorts Property |
VB Syntax |
ports = calAll.SParameterCalPorts |
Variable |
(Type) - Description |
ports |
(Variant Array) Ports to be calibrated. |
calAll |
A CalibrateAllChannels (object) |
Return Type |
Variant Array |
Default |
Not Applicable |
Examples |
ports = calAll.SParameterCalPorts 'returns the ports to be cal'd |
C++ Syntax |
HRESULT SParameterCalPorts([out,retval] VARIANT* calports); |
Interface |
ICalibrateAllChannels |