set_active_dso_config_name#
- Maxwell2d.set_active_dso_config_name(product_name: str = 'HFSS', config_name: str = 'Local') bool#
Change a specific registry key to a new value.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oDesktop.SetRegistryString
Examples
>>> from ansys.aedt.core import Hfss >>> app = Hfss() >>> app.set_active_dso_config_name(product_name="HFSS", config_name="Local")