These properties set the measurement type that is used with balanced topologies.
Use the BalancedTopology Object to set the topology and port mappings for the DUT,
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)
Dim balMeas As BalancedMeasurement
Set balMeas = app.ActiveMeasurement.BalancedMeasurement
(Bold Methods or Properties provide access to a child object)
Method |
Description |
|
---|---|---|
None |
|
|
Property |
Interface |
Description |
IBalancedMeasurement |
Sets and returns whether the balanced transform is ON or OFF. |
|
IBalancedMeasurement2 |
Sets and returns the stimulus properties of a balanced DUT. |
|
IBalancedMeasurement |
Sets and returns the topology of a balanced DUT. |
|
IBalancedMeasurement3 |
Sets and returns the measurement for the Balanced - Single-ended topology. |
|
IBalancedMeasurement |
Sets and returns the measurement for the Balanced - Balanced topology. |
|
IBalancedMeasurement4 |
Sets and returns the measurement for the Balanced - Single-Ended - Single-Ended topology. |
|
IBalancedMeasurement |
Sets and returns the measurement for the Single-Ended - Balanced topology. |
|
IBalancedMeasurement |
Sets and returns the measurement for the Single-Ended - Single-Ended - Balanced topology |
Interface |
Introduced with VNA Rev: |
IBalancedMeasurement |
5.0 |
IBalancedMeasurement2 |
8.2 |
IBalancedMeasurement3 |
9.70 |
IBalancedMeasurement4 |
14.20 |