export_config#
- Fields.export_config(output_file: str) bool#
Generate a configuration file from active report.
- Parameters:
- output_file
str Full path to json file.
- output_file
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
>>> from ansys.aedt.core.visualization.report.common import CommonReport >>> obj = CommonReport() >>> obj.export_config("c:/temp/report_config.json")