delete#

NearField.delete() bool#

Delete current report.

Examples

>>> from ansys.aedt.core.visualization.report.common import CommonReport
>>> obj = CommonReport()
>>> obj.delete()