notes#

property AntennaNode.notes: str#

Expand to view/edit notes stored with the project.

Examples

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