Write-only
About Balanced Measurements

SetBSPorts Method


Description

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

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

 VB Syntax

balTopology.SetBSPorts bPos, bNeg, se

Variable

(Type) - Description

balTopology

A BalancedTopology (object)

bPos, bNeg, se

 

PNA 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

balTop.SetBSPorts 1,2,3

C++ Syntax

HRESULT SetBSPorts (long bPos, long bNeg, long se)

Interface

IBalancedTopology2


Last modified:

25-Apr-2012

New topic