update#

SetupQ3D.update(properties: dict = None) bool#

Update the setup based on either the class argument or a dictionary.

Parameters:
propertiesoptional

Dictionary to use to update the setup. The default is None.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.EditSetup

Examples

>>> from ansys.aedt.core.modules.solve_setup import SetupQ3D
>>> obj = SetupQ3D()
>>> obj.update(properties={"Name": "Value"})