Skip to content

Commit

Permalink
added non graphical and core constants
Browse files Browse the repository at this point in the history
  • Loading branch information
anur7 committed Aug 28, 2024
1 parent 95ab6b0 commit dea9ddc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/12-general/Maxwell_RMxprt.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
# Define constants.

AEDT_VERSION = "2024.2"
NUM_CORES = 4
NG_MODE = False # Open Electronics UI when the application is launched.

# ## Create temporary directory and download files
#
Expand All @@ -45,6 +47,7 @@
close_on_exit=True,
solution_type="ASSM",
project=project_name,
non_graphical=NG_MODE
)

# ## Define Machine settings
Expand Down

0 comments on commit dea9ddc

Please sign in to comment.