add_report_from_folder#

VirtualComplianceGenerator.add_report_from_folder(input_folder: str | Path, design_name: str, group_plots: bool = False, project: str = None) None#

Add multiple reports from a folder.

Parameters:
input_folderstr or pathlib.Path

Full path to the folder containing configuration files.

design_namestr

Name of design to apply the configuration.

group_plotsbool

Whether to group plot traces or not.