get_registry_key_int#
- Q3d.get_registry_key_int(name: str) int#
Get the value for the AEDT registry key if one exists.
- Parameters:
- name
str Full name of the AEDT registry key.
- name
- Returns:
strValue for the AEDT registry key, otherwise
0.
References
>>> oDesktop.GetRegistryInt
Examples
>>> from ansys.aedt.core import Hfss >>> app = Hfss() >>> app.get_registry_key_int("Desktop/Settings/ProjectOptions/MaxNumberOfCores")