Write-only
About Balanced Measurements

SetBSSPorts Method


Description

For a Balanced-Single-ended - Single-ended device type, maps the VNA ports to the DUT ports.

Set the Balanced-Single-ended - Single-ended device type using the DUTTopology Property

 VB Syntax

balTopology.SetBSSPorts balanced_Pos, balanced_Neg, singleEnded1, singleEnded2

Variable

(Type) - Description

balTopology

A BalancedTopology (object)

balanced_Pos, balanced_Neg, singleEnded1, singleEnded2

VNA port number that connects to each of the DUT ports:

Return Type

Not applicable - To read port mappings, use the BalancedTopology properties.

Default

Not Applicable

Examples

balTop.SetBSSPorts 1,2,3,4

C++ Syntax

HRESULT SetBSPorts (long balanced_Pos, long balanced_Neg, long singleEnded1, long singleEnded2)

Interface

IBalancedTopology4