notes# property SceneGroupNode.notes: str# Expand to view/edit notes stored with the project. Examples >>> from ansys.aedt.core import Emit >>> app = Emit() >>> rev = app.results.analyze() >>> scene = rev.get_scene_node() >>> grp = scene.children[0] >>> grp.notes = "example_value"