validate_full_design#
- Hfss3dLayout.validate_full_design(name: str | None = None, output_dir: str | None = None, ports: str | None = None) tuple[list[str], bool]#
Validate the design based on the expected value and save the information in the log file.
- Parameters:
- Returns:
References
>>> oDesign.ValidateDesign
Examples
>>> from ansys.aedt.core import Hfss3dLayout >>> hfss3d = Hfss3dLayout() >>> messages, is_valid = hfss3d.validate_full_design()