add_specs_to_report#
- VirtualCompliance.add_specs_to_report(folder: str)#
Add specs to the report from a given folder.
All images in such folder will be added to the report.
- Parameters:
- folder
str Folder relative path to compliance report or absolute path.
- folder
Examples
>>> from ansys.aedt.core.visualization.post.compliance import VirtualCompliance >>> obj = VirtualCompliance() >>> obj.add_specs_to_report(folder="directory")