export_report_to_csv#
- PostProcessorIcepak.export_report_to_csv(project_dir, plot_name, uniform=False, start=None, end=None, step=None, use_trace_number_format=False)#
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_dir
str
Path to the project directory. The CSV file is plot_name.csv.
- plot_name
str
Name of the plot to export.
- uniformbool,
optional
Whether the export uniform points to the file. The default is
False
.- start
str
,optional
Start range with units for the sweep if the
uniform
parameter is set toTrue
.- end
str
,optional
End range with units for the sweep if the
uniform
parameter is set toTrue
.- step
str
,optional
Step range with units for the sweep if the
uniform
parameter is set toTrue
.- use_trace_number_formatbool,
optional
Whether to use trace number formats. The default is
False
.
- project_dir
- Returns:
str
Path of exported file.
References
>>> oModule.ExportReportDataToFile >>> oModule.ExportToFile >>> oModule.ExportUniformPointsToFile