enable#
- SetupMaxwell.enable() bool#
Enable a setup.
- Parameters:
- name
str,optional Name of the setup. The default is
None.
- name
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oModule.EditSetup
Examples
>>> from ansys.aedt.core import Hfss >>> app = Hfss() >>> setup = app.create_setup() >>> setup.enable()