Skip to content

Commit 969fdd1

Browse files
fix
1 parent a4ee76f commit 969fdd1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyaedt/application/Design.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ def __init__(
276276
self._variable_manager = VariableManager(self)
277277
self._project_datasets = []
278278
self._design_datasets = []
279+
self.design_settings = DesignSettings(self)
279280

280281
@property
281282
def desktop_class(self):
@@ -4021,11 +4022,6 @@ def set_temporary_directory(self, temp_dir_path):
40214022
self.odesktop.SetTempDirectory(temp_dir_path)
40224023
return True
40234024

4024-
@property
4025-
def design_settings(self):
4026-
"""Design settings for the AEDT app."""
4027-
return DesignSettings(self)
4028-
40294025

40304026
class DesignSettings:
40314027
"""Get design settings for the current AEDT app.

0 commit comments

Comments
 (0)