Read-only |
About Balanced Measurements |
Description |
Returns an array of physical port numbers corresponding to the logical ports. To view the type of each logical port, use the CustomPortTypeSequence command. |
VB Syntax |
var = balTopology.CustomPhysicalPortsSequence |
Variable |
(Type) - Description |
balTopology |
A BalancedTopology (object) |
var |
(Variant) Variable to store the returned value. |
Return Type |
Variant |
Default |
Not Applicable |
Examples |
'In the following example, 6 logical ports are mapped to 8 physical VNA ports. |
C++ Syntax |
HRESULT get_CustomPhysicalPortsSequence(VARIANT *physicalPorts) |
Interface |
IBalancedTopology3 |