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