disable# Setup3DLayout.disable() → bool# Disable a setup. Parameters: namestr, optionalName of the setup. Returns: boolTrue when successful, False when failed. References >>> oModule.Edit Examples >>> from ansys.aedt.core.modules.solve_setup import Setup3DLayout >>> obj = Setup3DLayout() >>> obj.disable()