Read-only
About Balanced Measurements

BB_BalPort1Positive Property


Description

With a Balanced - Balanced topology, returns the PNA port number that is connected to the Positive side of the DUT's logical Port 1.

Use SetBBPorts Method to set the port mapping for a Balanced - Balanced topology.

 VB Syntax

var = balTopology.BB_BalPort1Positive

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_BalPort1Positive  'Read

C++ Syntax

HRESULT get_BB_BalPort1Positive(long *bVal)

Interface

IBalancedTopology