Commit 7171b43 1 parent b0bfa9f commit 7171b43 Copy full SHA for 7171b43
File tree 1 file changed +5
-3
lines changed
examples/01-Modeling-Setup
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 32
32
import time
33
33
34
34
import pyaedt
35
- from pyaedt . generic . general_methods import generate_unique_name
35
+
36
36
# -
37
37
38
38
# Define constants
126
126
# JSON file that you import using options in the ``configurations`` object.
127
127
128
128
out = app .configurations .import_config (conf_file )
129
- app .configurations .results .global_import_success
129
+ is_conf_imported = app .configurations .results .global_import_success
130
130
131
131
# ## Release AEDT
132
132
# Close the project and release AEDT.
133
133
134
134
app .release_desktop ()
135
- time .sleep (3 ) # Allow Electronics Desktop to shut down before cleaning the temporary project folder.
135
+ time .sleep (
136
+ 3
137
+ ) # Allow Electronics Desktop to shut down before cleaning the temporary project folder.
136
138
137
139
# ## Cleanup
138
140
#
You can’t perform that action at this time.
0 commit comments