size#

property AntennaNode.size: float#

Adjust relative size of antenna marker (cone) in 3-D window.

Value should be between 0.001 and 1.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> _, ant = app.schematic.create_radio_antenna("Bluetooth")
>>> ant.show_icon = True
>>> ant.size = 0.1