The DUTTopology property sets and returns the topology of a balanced DUT.
The following methods set the port mappings for the DUT.
The remaining properties return the port mappings for the DUT.
Use the BalancedMeasurement object to set the measurement type.
Dim app as AgilentPNA835x.Application
Dim chan as Channel
Set chan = app.ActiveChannel
Dim balTopology as BalancedTopology
Set balTopology = chan.BalancedTopology
Method |
InterfaceSee History |
Description |
---|---|---|
IBalancedTopology3 |
Sets the physical port mappings for the single Balanced port DUT topology. |
|
IBalancedTopology3 |
Sets a custom topology for instruments with greater than 4 physical ports. |
|
IBalancedTopology |
Sets the physical port mappings for the Balanced - Balanced DUT topology. |
|
IBalancedTopology2 |
Sets the physical port mappings for the Balanced - Single-Ended DUT topology. |
|
IBalancedTopology4 |
Sets the physical port mappings for the Balanced - Single-Ended - Single-Ended DUT topology. |
|
IBalancedTopology |
Sets the physical port mappings for the Single-Ended - Balanced DUT topology. |
|
IBalancedTopology |
Sets the physical port mappings for the Single-Ended - Single-Ended - Balanced DUT topology. |
|
Property |
Interface |
Description |
IBalancedTopology3 |
Returns the negative balanced port number in the Balanced DUT topology. |
|
IBalancedTopology3 |
Returns the positive balanced port number in the Balanced DUT topology. |
|
IBalancedTopology |
Returns the VNA port number that is connected to the Negative side of the DUT's logical Port 1 . |
|
IBalancedTopology |
Returns the first positive balanced port number in the Balanced - Balanced topology |
|
IBalancedTopology |
Returns the second negative balanced port number in the Balanced - Balanced topology. |
|
IBalancedTopology |
Returns the second positive balanced port number in the Balanced - Balanced topology. |
|
IBalancedTopology2 |
Returns the negative balanced port number in the Balanced - Single-ended topology. |
|
IBalancedTopology2 |
Returns the positive balanced port number in the Balanced - Single-ended topology. |
|
IBalancedTopology2 |
Returns the single-ended port number in the Balanced - Single-ended topology. |
|
IBalancedTopology4 |
Returns the negative balanced port number in the Balanced - Single-ended - Single-ended topology. |
|
IBalancedTopology4 |
Returns the positive balanced port number in the Balanced - Single-ended - Single-ended topology. |
|
IBalancedTopology4 |
Returns the Single-ended1 port number in the Balanced - Single-ended - Single-ended topology. |
|
IBalancedTopology4 |
Returns the Single-ended2 port number in the Balanced - Single-ended - Single-ended topology. |
|
IBalancedTopology3 |
Returns the negative physical port for the specified balanced port. |
|
IBalancedTopology3 |
Returns the positive physical port for the specified balanced port. |
|
IBalancedTopology3 |
Returns an array of physical port numbers corresponding to the CustomPortTypeSequence. |
|
IBalancedTopology3 |
Returns a string containing characters "S" or "B" conveying the type of each logical port. |
|
IBalancedTopology3 |
Returns the physical port for the specified single-ended port. |
|
IBalancedTopology3 |
Returns the number of configured logical ports. |
|
IBalancedTopology |
Sets and returns the device topology setting. |
|
IBalancedTopology3 |
Returns true if the port is balanced. |
|
IBalancedTopology3 |
Returns true if the port is single ended. |
|
IBalancedTopology |
Returns the negative balanced port number in the Single-Ended - Balanced topology. |
|
IBalancedTopology |
Returns the positive balanced port number in the Single-Ended - Balanced topology. |
|
IBalancedTopology |
Returns the single ended port number in the Single-Ended - Balanced topology. |
|
IBalancedTopology |
Returns the negative balanced port number in the Single-Ended - Single-Ended - Balanced topology. |
|
IBalancedTopology |
Returns the positive balanced port number in the Single-Ended - Single-Ended - Balanced topology |
|
IBalancedTopology |
Returns the first single ended port in the Single-Ended - Single-Ended - Balanced topology. |
|
IBalancedTopology |
Returns the second single ended port in the Single-Ended - Single-Ended - Balanced topology. |
Interface |
Introduced with VNA Rev: |
IBalancedTopology |
5.0 |
IBalancedTopology2 |
9.70 |
IBalancedTopology3 |
12.70 |
IBalancedTopology4 |
14.20 |