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