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