Read-only
About Balanced Measurements

CustomBalNegativePort Property


Description

Returns the VNA physical port number that is connected to the Negative side of the specified logical balanced port of the DUT.

 VB Syntax

var = balTopology.CustomBalNegativePort(logicalBalancedPort)

Variable

(Type) - Description

balTopology

A BalancedTopology (object)

var

(Long Integer) Variable to store the returned value.

logicalBalancedPort

(Long Integer) Logical balanced port number.

Return Type

Long Integer

Default

Not Applicable

Examples

'In the following example, 6 logical ports are mapped to 8 physical VNA ports.
'Logical ports 3 and 6 are balanced.
'Logical port 3 is queried returning physical port 4.

Int portlist[] = {1,2,3,4,5,6,7,8}
balTopology.SetCustomDuTTopology ("SSBSSB", portlist)
variable = balTopology.CustomBalNegativePort(3) 'Read

C++ Syntax

HRESULT get_CustomBalNegativePort(long *logicalBalancedPort)

Interface

IBalancedTopology3