notes#

property Isolator.notes: str#

Expand to view/edit notes stored with the project.

Examples

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