OEWriteReportPageByPage

OEWriteReportPageByPage(filename: str, report: OEReport) -> bool

A convenient function that writes pages of the report into the separate numbered files.

filename

The filename that serves as a prefix to write the report page by page. For example, if filename test.svg is given, the pages of the report will be written page by page into files: test-01.svg, test-02.svg … The extension of file determines the type of the image.

report

The OEReport object of which pages are being written into the separate files.