set_registry_key#
- Circuit.set_registry_key(name: str, value: str | int) bool#
Change a specific registry key to a new value.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oDesktop.SetRegistryString >>> oDesktop.SetRegistryInt
Examples
>>> from ansys.aedt.core import Hfss >>> app = Hfss() >>> app.set_registry_key("Desktop/Settings/ProjectOptions/HPCLicenseType", "Pool")