export_report_to_jpg#

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

Export plot to an image 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.

image_formatstr, optional

Format of the image file. The default is "jpg".

Returns:
bool

True when successful, False when failed.

References

>>> oModule.ExportImageToFile