mouth_width#

property AntennaNode.mouth_width: float#

Set mouth width (along local y-axis) of the horn antenna.

Value should be between 1e-6 and 100.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> _, ant = app.schematic.create_radio_antenna("Bluetooth")
>>> ant.antenna_type = AntennaNode.AntennaTypeOption.PYRAMIDAL_HORN
>>> ant.mouth_width = 0.3