is_solved# property SetupMaxwell.is_solved: bool# Verify if solutions are available for given setup. Returns: boolTrue if solutions are available, False otherwise. Examples >>> from ansys.aedt.core.modules.solve_setup import CommonSetup >>> obj = CommonSetup() >>> obj.is_solved