is_solved#

property SetupHFSS.is_solved: bool#

Verify if solutions are available for given setup.

Returns:
bool

True if solutions are available, False otherwise.

Examples

>>> from ansys.aedt.core import Hfss
>>> app = Hfss()
>>> setup = app.create_setup()
>>> setup.is_solved