Write-only |
About Balanced Measurements |
Description |
For a Balanced - Balanced device type, maps the VNA ports to the DUT ports. Set the Balanced device type using the DUTTopology Property |
VB Syntax |
balTopology.SetBBPorts p1Pos, p1Neg, p2Pos, p2Neg |
Variable |
(Type) - Description |
balTopology |
A BalancedTopology (object) |
p1Pos, p1Neg, p2Pos, p2Neg |
(Long Integer) VNA port number that connects to each of the following DUT ports: |
Return Type |
Not applicable - To read port mappings, use the BalancedTopology properties. |
Default |
Not Applicable |
Examples |
balTop.SetBBPorts 1,2,3,4 |
C++ Syntax |
HRESULT SetBBPorts (long p1Pos, long p1Neg, long p2Pos, long p2Neg) |
Interface |
IBalancedTopology |