Read-only
About Balanced Measurements

BSS_SEPort2 Property


Description

With a Balanced - Single-ended - Single-ended topology, returns the VNA port number that is connected to the Single-ended port 2.

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

 VB Syntax

var = balTopology.BSS_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 = balTop.BSS_SEPort2  'Read

C++ Syntax

HRESULT get_BSS_SEPort2(long *pSEPort2)

Interface

IBalancedTopology4