get_registry_key_string#

Maxwell2d.get_registry_key_string(name: str) str#

Get the value for the AEDT registry key if one exists.

Parameters:
namestr

Full name of the AEDT registry key.

Returns:
str

Value 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")