Read-only
About Balanced Measurements

SSB_SEPort2 Property


Description

With a Single-ended - Single-ended - Balanced topology, returns the PNA port number that is connected to the DUT's Logical Port 2.

Use SetSSBPorts Method to set the port mapping for a Single-Ended - Single-Ended - Balanced topology.

 VB Syntax

var = balTopology.SSB_SEPort2

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 = balTopology.SSB_SEPort2  'Read

C++ Syntax

HRESULT get_SSB_SEPort2(long *bVal)

Interface

IBalancedTopology