From 0202ccfd2ec51a9e157178fe688750bf951d3a8a Mon Sep 17 00:00:00 2001 From: Jonathan Velasco Date: Thu, 6 Mar 2025 12:26:06 +0200 Subject: [PATCH] [upgrade][magnetic examples] Upgrade to 2025R1: choke.py and lorentz_actuator.py --- examples/low_frequency/magnetic/choke.py | 4 ++-- examples/low_frequency/magnetic/lorentz_actuator.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/low_frequency/magnetic/choke.py b/examples/low_frequency/magnetic/choke.py index 7640f72ec..e716a432c 100644 --- a/examples/low_frequency/magnetic/choke.py +++ b/examples/low_frequency/magnetic/choke.py @@ -17,7 +17,7 @@ # Define constants. -AEDT_VERSION = "2024.2" +AEDT_VERSION = "2025.1" NG_MODE = False # Open AEDT UI when it is launched. @@ -32,7 +32,7 @@ # ## Launch Maxwell3D # -# Launch Maxwell 3D 2024 R2 in graphical mode. +# Launch Maxwell 3D 2025 R1 in graphical mode. project_name = os.path.join(temp_folder.name, "choke.aedt") m3d = ansys.aedt.core.Maxwell3d( diff --git a/examples/low_frequency/magnetic/lorentz_actuator.py b/examples/low_frequency/magnetic/lorentz_actuator.py index 28d7a1a5a..04cff546c 100644 --- a/examples/low_frequency/magnetic/lorentz_actuator.py +++ b/examples/low_frequency/magnetic/lorentz_actuator.py @@ -17,7 +17,7 @@ # Define constants. -AEDT_VERSION = "2024.2" +AEDT_VERSION = "2025.1" NUM_CORES = 4 NG_MODE = False # Open AEDT UI when it is launched.