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