validate_simple#
- Emit.validate_simple(log_file: str | Path = None) int#
Validate a design.
- Parameters:
- log_file
strorpathlib.Path,optional Name of the log file to save validation information to. The default is
None.
- log_file
- Returns:
int1when successful,0when failed.
References
>>> oDesign.ValidateDesign
Examples
>>> from ansys.aedt.core import Hfss >>> app = Hfss() >>> app.validate_simple()