delete_report#

PostProcessor.delete_report(plot_name=None)[source]#

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 will be deleted.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.DeleteReports