stop_simulations#

Q3d.stop_simulations(clean_stop: bool = True) str#

Check if there are simulation running and stops them.

Returns:
str

References

>>> oDesktop.StopSimulations

Examples

>>> from ansys.aedt.core import Hfss
>>> hfss = Hfss()
>>> hfss.stop_simulations()