peak_gain#

property AntennaNode.peak_gain: float#

Set peak gain of antenna (dBi).

Value should be between -200 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.peak_gain = 0