import_traces#
- AMIConturEyeDiagram.import_traces(input_file: str, plot_name: str) bool#
Import report data from a file into a specified report.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
>>> from ansys.aedt.core.visualization.report.common import CommonReport >>> obj = CommonReport() >>> obj.import_traces("report_data.csv", "MyPlot")