create#

Fields.create(name: str = None) bool#

Create a report.

Parameters:
namestr, optional

Name for the plot. The default is None, in which case the default name is used.

Returns:
bool

True when successful, False when failed.

Examples

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