update#
- Setup3DLayout.update(properties: dict = None) bool#
Update the setup based on the class arguments or a dictionary.
- Parameters:
- properties
dict,optional Dictionary of settings to apply.
- properties
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oModule.Edit
Examples
>>> from ansys.aedt.core.modules.solve_setup import Setup3DLayout >>> obj = Setup3DLayout() >>> obj.update(properties={"Name": "Value"})