create#
- FarField.create(name: str = None) bool#
Create a report.
- Parameters:
- name
str,optional Name for the plot. The default is
None, in which case the default name is used.
- name
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
>>> from ansys.aedt.core.visualization.report.common import CommonReport >>> obj = CommonReport() >>> obj.create()