Read-only
About Balanced Measurements

B_BalPortNegative Property


Description

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

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

 VB Syntax

var = balTopology.B_BalPortNegative

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

C++ Syntax

HRESULT get_B_BalPortNegative(long *NegPort)

Interface

IBalancedTopology3