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 import Hfss3dLayout >>> app = Hfss3dLayout() >>> setup = app.create_setup() >>> setup.update(properties={"Name": "Value"})