Read-only |
About Balanced Measurements |
Description |
Returns the number of configured logical ports. |
VB Syntax |
var = balTopology.CustomTopologyPortCount |
Variable |
(Type) - Description |
balTopology |
A BalancedTopology (object) |
var |
(Long Integer) Variable to store the returned value. |
Return Type |
Long Integer |
Default |
Not Applicable |
Examples |
'In the following example, 6 logical ports are mapped to 8 physical VNA ports. |
C++ Syntax |
HRESULT get_CustomTopologyPortCount(long *logicalPortCount) |
Interface |
IBalancedTopology3 |