first_sidelobe_level#

property AntennaNode.first_sidelobe_level: float#

First Sidelobe Level.

Set reduction in the gain of Directive Beam antenna for first sidelobe level.

Value should be between 0 and 200.

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 = True
>>> ant.first_sidelobe_level = 10