get_registry_key_int#

Circuit.get_registry_key_int(name: str) int#

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 0.

References

>>> oDesktop.GetRegistryInt

Examples

>>> from ansys.aedt.core import Hfss
>>> app = Hfss()
>>> app.get_registry_key_int("Desktop/Settings/ProjectOptions/MaxNumberOfCores")