Read-only |
About Balanced Measurements |
Description |
Returns the VNA physical port number that is mapped to the specified single-ended logical port. |
VB Syntax |
var = balTopology.CustomSEPhysicalPort(logicalSingleEndedPort) |
Variable |
(Type) - Description |
balTopology |
A BalancedTopology (object) |
var |
(Long Integer) Variable to store the returned value. |
logicalSingleEndedPort |
(Long Integer) Logical single ended port number. |
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_CustomSEPhysicalPort(long *physicalPort) |
Interface |
IBalancedTopology3 |