title# property ResultPlotNode.title: str# Enter title at the top of the plot, room will be made for it. Examples >>> from ansys.aedt.core import Emit >>> app = Emit() >>> rev = app.results.analyze() >>> plot = rev.get_result_plot_node() >>> plot.title = "example_value"