enable#
- Setup3DLayout.enable() bool#
Enable a setup.
- Parameters:
- name
str,optional Name of the setup.
- name
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oModule.Edit
Examples
>>> from ansys.aedt.core import Hfss3dLayout >>> app = Hfss3dLayout() >>> setup = app.create_setup() >>> setup.enable()