export_report_to_jpg#

PostProcessor.export_report_to_jpg(project_path, plot_name, width=0, height=0)[source]#

Export the SParameter plot to a JPG file.

Parameters:
project_pathstr

Path to the project directory.

plot_namestr

Name of the plot to export.

widthint, optional

Image width. Default is 0 which takes Desktop size or 1980 pixel in case of non-graphical mode.

heightint, optional

Image height. Default is 0 which takes Desktop size or 1020 pixel in case of non-graphical mode.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.ExportImageToFile