notes# property Circulator.notes: str# Expand to view/edit notes stored with the project. Examples >>> from ansys.aedt.core import Emit >>> app = Emit() >>> circ = app.schematic.create_component("Circulator") >>> circ.notes = "example_value"