disable#
- SetupQ3D.disable() bool#
Disable 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.modules.solve_setup import Setup >>> obj = Setup() >>> obj.disable()