export_table_to_file# FarField.export_table_to_file(plot_name: str, output_file: str, table_type: str = 'Marker') → bool# Export a marker table or a legend (with trace characteristics result) from a report to a file. Parameters: plot_namestrPlot name. output_filestrFull path of the outputted file. Valid extensions for the output file are: .tab, .csv table_typestrValid table types are: Marker, DeltaMarker, Legend. Default table_type is Marker. Returns: boolTrue when successful, False when failed. References >>> oModule.ExportTableToFile