validate_full_design#
- Hfss.validate_full_design(design=None, output_dir=None, ports=None)#
Validate a design based on an expected value and save information to the log file.
- Parameters:
- design
str,optional Name of the design to validate. The default is
None, in which case the current design is used.- output_dir
str,optional Directory to save the log file to. The default is
None, in which case the current project path is used.- ports
int,optional Number of excitations (sum of modes) that is expected. The default is
None.
- design
- Returns:
References
>>> oDesign.ValidateDesign
Examples
Validate the current design and save the log file in the current project directory.
>>> validation = hfss.validate_full_design() PyAEDT INFO: Design Validation Checks >>> validation[1] False