get_registry_key_string#
- TwinBuilder.get_registry_key_string(name: str) str#
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
''.
References
>>> oDesktop.GetRegistryString
Examples
>>> from ansys.aedt.core import Hfss >>> app = Hfss() >>> app.get_registry_key_string("Desktop/Settings/ProjectOptions/HPCLicenseType")