update#
- SetupParam.update(update_dictionary: dict = None) bool#
Update the setup based on stored properties.
- Parameters:
- update_dictionary
dict,optional Dictionary to use. The default is
None.
- update_dictionary
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oModule.EditSetup
Examples
>>> from ansys.aedt.core.modules.design_xploration import CommonOptimetrics >>> obj = CommonOptimetrics() >>> obj.update(update_dictionary={"Name": "Value"})