Read-only
About Balanced Measurements

BB_BalPort2Negative Property


Description

With a Balanced - Balanced topology, returns the PNA 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