Read-only
About Balanced Measurements

SB_SEPort Property


Description

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

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

 VB Syntax

var = balTopology.SB_SEPort

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

C++ Syntax

HRESULT get_SB_SEPort(long *bVal)

Interface

IBalancedTopology