disable#

SetupMaxwell.disable() bool#

Disable a setup.

Parameters:
namestr, optional

Name of the setup. The default is None.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.EditSetup

Examples

>>> from ansys.aedt.core.modules.solve_setup import Setup
>>> obj = Setup()
>>> obj.disable()