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