Skip to content

Commit c3c541a

Browse files
CI: Use AEDT 25R2 (#408)
Co-authored-by: Samuelopez-ansys <[email protected]>
1 parent 367cce3 commit c3c541a

File tree

105 files changed

+108
-108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+108
-108
lines changed

examples/00_edb/legacy_standalone/GDS_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# ### Define constants
2424
# Constants help ensure consistency and avoid repetition throughout the example.
2525

26-
AEDT_VERSION = "2025.1"
26+
AEDT_VERSION = "2025.2"
2727
NG_MODE = False # Open AEDT UI when it is launched.
2828

2929
# ### Create temporary directory

examples/00_edb/legacy_standalone/Plot_nets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
# +
2929
# Select EDB version (change it manually if needed, e.g. "2025.1")
30-
edb_version = "2025.1"
30+
edb_version = "2025.2"
3131
print(f"EDB version: {edb_version}")
3232

3333
edb = pyedb.Edb(edbpath=targetfolder, edbversion=edb_version)

examples/00_edb/legacy_standalone/differential_vias.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# ### Define constants
2222
# Constants help ensure consistency and avoid repetition throughout the example.
2323

24-
AEDT_VERSION = "2025.1"
24+
AEDT_VERSION = "2025.2"
2525
NG_MODE = False # Open AEDT UI when it is launched.
2626

2727
temp_folder = tempfile.TemporaryDirectory(suffix=".ansys")

examples/00_edb/legacy_standalone/edb_to_ipc2581.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
# +
2929
# Select EDB version (change it manually if needed, e.g. "2025.1")
30-
edb_version = "2025.1"
30+
edb_version = "2025.2"
3131
print(f"EDB version: {edb_version}")
3232

3333
edb = pyedb.Edb(edbpath=targetfile, edbversion=edb_version)

examples/00_edb/legacy_standalone/siwave_dcir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
os.remove(aedt_file)
3535

3636
# Select EDB version (change it manually if needed, e.g. "2025.1")
37-
edb_version = "2025.1"
37+
edb_version = "2025.2"
3838
print(f"EDB version: {edb_version}")
3939

4040
edb = pyedb.Edb(edbpath=targetfile, edbversion=edb_version)

examples/00_edb/use_configuration/dcir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Define constants.
1818

19-
AEDT_VERSION = "2025.1"
19+
AEDT_VERSION = "2025.2"
2020
NG_MODE = False
2121

2222

examples/00_edb/use_configuration/import_components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# Define constants.
2525

26-
AEDT_VERSION = "2025.1"
26+
AEDT_VERSION = "2025.2"
2727

2828
# Download the example PCB data.
2929

examples/00_edb/use_configuration/import_material.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# Define constants
2222

23-
AEDT_VERSION = "2025.1"
23+
AEDT_VERSION = "2025.2"
2424

2525
# ## Preparation
2626

examples/00_edb/use_configuration/import_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
from pyedb import Edb
2020

21-
AEDT_VERSION = "2025.1"
21+
AEDT_VERSION = "2025.2"
2222
NG_MODE = False
2323

2424
# -

examples/00_edb/use_configuration/import_padstack_definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# Define constants.
2626

27-
AEDT_VERSION = "2025.1"
27+
AEDT_VERSION = "2025.2"
2828

2929
# Download the example PCB data.
3030

0 commit comments

Comments
 (0)