update#

SetupParam.update(update_dictionary: dict = None) bool#

Update the setup based on stored properties.

Parameters:
update_dictionarydict, optional

Dictionary to use. The default is None.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.EditSetup

Examples

>>> from ansys.aedt.core.modules.design_xploration import CommonOptimetrics
>>> obj = CommonOptimetrics()
>>> obj.update(update_dictionary={"Name": "Value"})