Read-only
About Balanced Measurements

B_BalPortPositive Method


Description

Returns the positive balanced port number in the balanced DUT topology.

Use SetBPort Method to set the single balanced port DUT topology.

 VB Syntax

var = balTopology.B_BalPortPositive

Variable

(Type) - Description

balTopology

A BalancedTopology (object)

var

(Long Integer) Variable to store the returned value.

Return Type

Long Integer

Default

Not Applicable

Examples

variable = balTopology.B_BalPortPositive  'Read

C++ Syntax

HRESULT get_B_BalPortPositive(long *PosPort)

Interface

IBalancedTopology3