export_config#

EyeDiagram.export_config(output_file: str) bool#

Generate a configuration file from active report.

Parameters:
output_filestr

Full path to json file.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.visualization.report.common import CommonReport
>>> obj = CommonReport()
>>> obj.export_config("c:/temp/report_config.json")