Read-only
About Balanced Measurements

BSS_BalPortNegative Property


Description

With a Balanced - Single-ended - Single-ended topology, returns the VNA port number that is connected to the Negative side of the DUT's balanced port.

Use SetBSSPorts Method to set the port mapping for a Balanced - Single-ended - Single-ended topology.

 VB Syntax

var = balTopology.BSS_BalPortNegative

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.BSS_BalPortNegative  'Read

C++ Syntax

HRESULT get_BSS_BalPortNegative(long *pbalanceNegative)

Interface

IBalancedTopology4