Read-only |
About Balanced Measurements |
Description |
With a Single-ended - Balanced topology, returns the VNA port number that is connected to the Negative side of the DUT's Balanced Port. Use SetSBPorts Method to set the port mapping for a Single-Ended - Balanced topology. |
VB Syntax |
var = balTopology.SB_BalPortNegative |
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.SB_BalPortNegative 'Read |
C++ Syntax |
HRESULT get_SB_BalPortNegative(long *bVal) |
Interface |
IBalancedTopology |