is_solved#

property SetupCircuit.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.modules.solve_setup import CommonSetup
>>> obj = CommonSetup()
>>> obj.is_solved