Write-only
About Balanced Measurements

SetBPort Method


Description

For a single port balanced device type, maps the VNA ports to the DUT ports.

Set the Balanced device type using the DUTTopology Property

 VB Syntax

balTopology.SetBPort balanced_pos, balanced_neg

Variable

(Type) - Description

balTopology

A BalancedTopology (object)

balanced_pos, balanced_neg

(Long Integer) VNA port number that connects to each of the following DUT ports:

Return Type

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

Default

Not Applicable

Examples

balTopology.SetBPort 1,2

C++ Syntax

HRESULT SetBPort(long Pos, long Neg)

Interface

IBalancedTopology3