set_registry_from_file#
- Circuit.set_registry_from_file(registry_file: str | Path, make_active: bool = True) bool#
Apply desktop registry settings from an ACT file.
One way to get an ACF file is to export a configuration from the AEDT UI and then edit and reuse it.
- Parameters:
- registry_file
strorpathlib.Path Full path to the ACF file.
- make_activebool,
optional Whether to set the imported configuration as active. The default is
True.
- registry_file
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oDesktop.SetRegistryFromFile