import_traces# AntennaParameters.import_traces(input_file: str, plot_name) → bool# Import report data from a file into a specified report. Parameters: input_filestrPath for the file to import. The extensions supported are ".csv", ".tab", ".dat", and ".rdat". plot_namestrName of the plot to import the file data into. Returns: boolTrue when successful, False when failed.