export_report_to_csv#

PostProcessor.export_report_to_csv(project_dir, plot_name)[source]#

Export the 2D Plot data to a CSV file.

This method leaves the data in the plot (as data) as a reference for the Plot after the loops.

Parameters:
project_dirstr

Path to the project directory. The csv file will be plot_name.csv.

plot_namestr

Name of the plot to export.

Returns:
str

Path of exported file.

References

>>> oModule.ExportReportDataToFile
>>> oModule.ExportToFile