Skip to content

Commit

Permalink
Changing version of Sherlock
Browse files Browse the repository at this point in the history
  • Loading branch information
ansnfernand committed Jan 8, 2025
1 parent 44adfd9 commit fc31043
Show file tree
Hide file tree
Showing 39 changed files with 39 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

time.sleep(5) # Allow time for environment setup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# ==========================
# Launch the Sherlock service using the default port and wait for initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

time.sleep(5) # Allow time for environment setup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# ==========================
# Launch the Sherlock service using the default port and wait for initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

time.sleep(5) # Allow time for environment setup
Expand Down
2 changes: 1 addition & 1 deletion examples/00-importing-project-files/export_fea_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# ==========================
# Launch the Sherlock service using the default port and wait for initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

time.sleep(5) # Allow time for environment setup
Expand Down
2 changes: 1 addition & 1 deletion examples/00-importing-project-files/export_net_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# ==========================
# Launch the Sherlock service using the default port and wait for initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

time.sleep(5) # Allow time for environment setup
Expand Down
2 changes: 1 addition & 1 deletion examples/00-importing-project-files/export_part_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# ==========================
# Launch the Sherlock service using the default port and wait for initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

time.sleep(5) # Allow time for environment setup
Expand Down
2 changes: 1 addition & 1 deletion examples/00-importing-project-files/export_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# ==========================
# Launch the Sherlock service using the default port and wait for initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

time.sleep(5) # Allow time for environment setup
Expand Down
2 changes: 1 addition & 1 deletion examples/00-importing-project-files/export_trace_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# ==========================
# Launch the Sherlock service using the default port and wait for initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)
TESTDIR = os.getcwd()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
2 changes: 1 addition & 1 deletion examples/00-importing-project-files/import_odb_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# ==========================
# Launch the Sherlock service using the default port and wait for initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
2 changes: 1 addition & 1 deletion examples/00-importing-project-files/import_parts_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# ================================================
# Launch the Sherlock service using the specified project path and wait for initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)
PROJECT_PATH = "C:\\temp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#
# Launch the Sherlock service using the default port and wait for initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

time.sleep(5) # Allow time for environment setup
Expand Down
2 changes: 1 addition & 1 deletion examples/01-project-configuration/add_cca.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
2 changes: 1 addition & 1 deletion examples/01-project-configuration/add_harmonic_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
2 changes: 1 addition & 1 deletion examples/01-project-configuration/add_harmonic_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
2 changes: 1 addition & 1 deletion examples/01-project-configuration/add_modeling_region.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
2 changes: 1 addition & 1 deletion examples/01-project-configuration/add_potting_region.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
2 changes: 1 addition & 1 deletion examples/01-project-configuration/update_laminate_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
2 changes: 1 addition & 1 deletion examples/01-project-configuration/update_part_location.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
2 changes: 1 addition & 1 deletion examples/01-project-configuration/update_parts_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
2 changes: 1 addition & 1 deletion examples/01-project-configuration/update_potting_region.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
2 changes: 1 addition & 1 deletion examples/01-project-configuration/update_thermal_maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
2 changes: 1 addition & 1 deletion examples/02-analyses/get_parts_list_analysis_props.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

time.sleep(5) # Allow time for environment setup
Expand Down
2 changes: 1 addition & 1 deletion examples/02-analyses/run_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
2 changes: 1 addition & 1 deletion examples/02-analyses/update_harmonic_vibe_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
2 changes: 1 addition & 1 deletion examples/02-analyses/update_ict_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
2 changes: 1 addition & 1 deletion examples/02-analyses/update_mechanical_shock_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
2 changes: 1 addition & 1 deletion examples/02-analyses/update_part_validation_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
2 changes: 1 addition & 1 deletion examples/02-analyses/update_pcb_modeling_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
2 changes: 1 addition & 1 deletion examples/02-analyses/update_random_vibe_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down
2 changes: 1 addition & 1 deletion examples/02-analyses/update_solder_fatigue_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# ==========================
# Launch the Sherlock service and ensure proper initialization.

VERSION = "252"
VERSION = "251"
ANSYS_ROOT = os.getenv("AWP_ROOT" + VERSION)

sherlock = launcher.launch_sherlock(port=9092)
Expand Down

0 comments on commit fc31043

Please sign in to comment.