show_icon#

property AntennaNode.show_icon: bool#

Toggle (on/off) display of antenna marker (cone) in 3-D window.

Value should be ‘true’ or ‘false’.

Examples

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