Skip to content

Commit 26417a5

Browse files
committed
Fixes from pre-commit
1 parent e999092 commit 26417a5

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

examples/03-high_frequency/layout/power_integrity/power_integrity.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
edbapp.save()
181181
edbapp.close()
182182

183-
# The configured EDB file is saved in the temporay folder.
183+
# The configured EDB file is saved in the temporary folder.
184184

185185
print(temp_folder.name)
186186

examples/03-high_frequency/layout/signal_integrity/circuit_transient.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
new_eye.time_stop = "100ns"
157157
new_eye.create()
158158

159-
# ## Crate eye diagram in Matplotlib
159+
# ## Create eye diagram in Matplotlib
160160
#
161161
# Create the same eye diagram outside AEDT using Matplotlib and the
162162
# ``get_solution_data()`` method.

examples/03-high_frequency/layout/signal_integrity/multizone.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
# ## Load project
5757
#
58-
# Check if the AEDT file exists and remove it to allow EDB loading. Thn, load the initial EDB file.
58+
# Check if the AEDT file exists and remove it to allow EDB loading. Then, load the initial EDB file.
5959

6060
if os.path.isfile(aedt_file):
6161
os.remove(aedt_file)

examples/03-high_frequency/multiphysics/mri.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
# Adjust the MRI coil’s input power so that the average SAR at ``Point1`` is 1 W/kg.
154154
# Note that the SAR and input power are linearly related.
155155
#
156-
# To determine therequired input, calculate
156+
# To determine therequired input, calculate
157157
# ``input_scale = 1/AverageSAR`` at ``Point1``.
158158

159159
# +

examples/04-low_frequency/general/electrostatic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
plot_name="LineTracesTest",
191191
)
192192

193-
# ## Update feld line traces plot
193+
# ## Update field line traces plot
194194
#
195195
# Update the field line traces plot.
196196
# Update the seeding points number, line style, and line width.

examples/04-low_frequency/general/twin_builder/dynamic_rom.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
# ## Configure AEDT
8484
#
8585
# **Note:** Only run the following cell if AEDT is not configured to run Twin Builder.
86-
#
86+
#
8787
# The following cell configures AEDT and the schematic editor
8888
# to use the ``Twin Builder`` configuration.
8989
# The dynamic ROM feature is only available with a Twin Builder license.

examples/04-low_frequency/general/twin_builder/static_rom.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
# ## Configure AEDT
9393
#
9494
# **Note:** Only run the following cell if AEDT is not configured to run Twin Builder.
95-
#
95+
#
9696
# The following cell configures AEDT and the schematic editor
9797
# to use the ``Twin Builder`` configuration.
9898
# The Static ROM feature is only available with a Twin Builder license.

examples/05-electrothermal/icepak_circuit_hfss_coupling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# On the back of the coupling, temperature information
2020
# is handled differently for HFSS and Circuit.
21-
#
21+
#
2222
# - For HFSS, a temperature map is exported from the Icepak design and used to create a
2323
# 3D dataset. Then, the material properties in the HFSS design are updated based on this
2424
# dataset.

0 commit comments

Comments
 (0)