mouth_height#
- property AntennaNode.mouth_height: float#
Set mouth height (along local x-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_height = 0.5