Write-only |
About Balanced Measurements |
Description |
For a Single-ended - Single-ended - Balanced device type, maps the VNA ports to the DUT ports. Set the Single-ended - Single-ended - Balanced device type using the DUTTopology Property |
VB Syntax |
balTopology.SetSSBPorts se, se2, bPos, bNeg |
Variable |
(Type) - Description |
balTopology |
A BalancedTopology (object) |
se, se2, bPos, bNeg |
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.SetSSBPorts 1,2,3,4 |
C++ Syntax |
HRESULT SetSSBPorts (long se, long se2, long bPos, long bNeg) |
Interface |
IBalancedTopology |