enable#

SetupMaxwell.enable() bool#

Enable 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 import Hfss
>>> app = Hfss()
>>> setup = app.create_setup()
>>> setup.enable()