extra_sidelobe#
- property AntennaNode.extra_sidelobe: bool#
Toggle (on/off) option to define two sidelobe levels.
Value should be ‘true’ or ‘false’.
Examples
>>> from ansys.aedt.core import Emit >>> app = Emit() >>> _, ant = app.schematic.create_radio_antenna("Bluetooth") >>> ant.antenna_type = AntennaNode.AntennaTypeOption.DIRECTIVE_BEAM >>> ant.extra_sidelobe = False