Read-only |
About Balanced Measurements |
Description |
With a Balanced - Balanced topology, returns the VNA port number that is connected to the Negative side of the DUT's logical Port 2. Use SetBBPorts Method to set the port mapping for a Balanced - Balanced topology. |
VB Syntax |
var = balTopology.BB_BalPort2Negative |
Variable |
(Type) - Description |
var |
(Long Integer) Variable to store the returned value. |
balTopology |
A BalancedTopology (object) |
Return Type |
Long Integer |
Default |
Not Applicable |
Examples |
variable = balTop.BB_BalPort2Negative 'Read |
C++ Syntax |
HRESULT get_BB_BalPort2Negative(long *bVal) |
Interface |
IBalancedTopology |