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