Read-only
About Balanced Measurements

BSS_SEPort1 Property


Description

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

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

 VB Syntax

var = balTopology.BSS_SEPort1

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

C++ Syntax

HRESULT get_BSS_SEPort1(long *pSEPort1)

Interface

IBalancedTopology4