notes#

property Terminator.notes: str#

Expand to view/edit notes stored with the project.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> term = app.schematic.create_component("Terminator")
>>> term.notes = "example_value"