set_registry_key# Hfss3dLayout.set_registry_key(key_full_name, key_value)[source]# Change a specific registry key to a new value. Parameters: key_full_namestrFull name of the AEDT registry key. key_valuestr, intValue for the AEDT registry key. Returns ——- boolTrue when successful, False when failed. References >>> oDesktop.SetRegistryString >>> oDesktop.SetRegistryInt Copy to clipboard