vswr#
- property AntennaNode.vswr: float#
VSWR.
The Voltage Standing Wave Ratio (VSWR) due to the impedance mismatch between the antenna and the RF System (or outboard component).
Value should be between 1 and 100.
Examples
>>> from ansys.aedt.core import Emit >>> app = Emit() >>> _, ant = app.schematic.create_radio_antenna("Bluetooth") >>> ant.vswr = 1.0