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 |
---|---|---|
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. |
|
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 |
IBalancedTopology |
Returns the PNA 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. |
|
IBalancedTopology |
Sets and returns the device topology setting. |
|
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 PNA Rev: |
IBalancedTopology |
5.0 |
IBalancedTopology2 |
9.70 |