import_traces#

Spectral.import_traces(input_file, plot_name)[source]#

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.