apply_report_template#
- Standard.apply_report_template(input_file: str, property_type: str = 'Graphical') bool#
Apply report template.
Note
This method works in only in graphical mode.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oModule.ApplyReportTemplate
Examples
>>> from ansys.aedt.core.visualization.report.common import CommonReport >>> obj = CommonReport() >>> obj.apply_report_template("template.rpt", property_type="Graphical")