vswr#

property Terminator.vswr: float#

VSWR.

The Voltage Standing Wave Ratio (VSWR) due to the impedance mismatch between the terminator and the connected component (RF System, Antenna, etc).

Value should be between 1.0 and 100.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> term = app.schematic.create_component("Terminator")
>>> term.terminator_type = Terminator.TerminatorTypeOption.PARAMETRIC
>>> term.vswr = 1.0