rename_report#

PostProcessorCircuit.rename_report(plot_name: str, new_name: str) bool#

Rename a plot.

Parameters:
plot_namestr

Name of the plot.

new_namestr

New name of the plot.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.RenameReport

Examples

>>> from ansys.aedt.core.visualization.post.common import PostProcessorCommon
>>> obj = PostProcessorCommon()
>>> obj.rename_report("my_plot", "my_new_plot")