waveguide_width#
- property AntennaNode.waveguide_width: float#
Waveguide Width.
Set waveguide width (along local y-axis) where flared horn walls meet the feed, determines cut-off frequency.
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.waveguide_width = 0.15