validate_simple#

Emit.validate_simple(log_file: str | Path = None) int#

Validate a design.

Parameters:
log_filestr or pathlib.Path, optional

Name of the log file to save validation information to. The default is None.

Returns:
int

1 when successful, 0 when failed.

References

>>> oDesign.ValidateDesign

Examples

>>> from ansys.aedt.core import Hfss
>>> app = Hfss()
>>> app.validate_simple()