delete_report#

PostProcessorCircuit.delete_report(plot_name: str = None) bool#

Delete all reports or specific report.

Parameters:
plot_namestr, optional

Name of the plot to delete. The default value is None and in this case, all reports are deleted.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.DeleteReports

Examples

>>> from ansys.aedt.core.visualization.post.common import PostProcessorCommon
>>> obj = PostProcessorCommon()
>>> obj.delete_report()