We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ee76f commit 969fdd1Copy full SHA for 969fdd1
pyaedt/application/Design.py
@@ -276,6 +276,7 @@ def __init__(
276
self._variable_manager = VariableManager(self)
277
self._project_datasets = []
278
self._design_datasets = []
279
+ self.design_settings = DesignSettings(self)
280
281
@property
282
def desktop_class(self):
@@ -4021,11 +4022,6 @@ def set_temporary_directory(self, temp_dir_path):
4021
4022
self.odesktop.SetTempDirectory(temp_dir_path)
4023
return True
4024
- @property
4025
- def design_settings(self):
4026
- """Design settings for the AEDT app."""
4027
- return DesignSettings(self)
4028
-
4029
4030
class DesignSettings:
4031
"""Get design settings for the current AEDT app.
0 commit comments