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_folder
strorpathlib.Path Full path to the folder containing configuration files.
- design_name
str Name of design to apply the configuration.
- group_plotsbool
Whether to group plot traces or not.
- input_folder