import_traces#

AMIConturEyeDiagram.import_traces(input_file: str, plot_name) bool#

Import report data from a file into a specified report.

Parameters:
input_filestr

Path for the file to import. The extensions supported are ".csv", ".tab", ".dat", and ".rdat".

plot_namestr

Name of the plot to import the file data into.

Returns:
bool

True when successful, False when failed.