Skip to content

Commit

Permalink
DOC: Fix typo in Maxwell transformer example. (#4625)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxJPRey authored May 3, 2024
1 parent 9c4ba60 commit 0f10b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/03-Maxwell/Maxwell2D_Transformer_LL.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Transformer leakage inductance calculation in Maxwell 2D Magnetostatic
----------------------------------------------------------------------
This example shows how you can use pyAEDT to create a Maxwell 2D
magnetostatic analysis analysis to calculate transformer leakage
magnetostatic analysis to calculate transformer leakage
inductance and reactance.
The analysis based on this document form page 8 on:
https://www.ee.iitb.ac.in/~fclab/FEM/FEM1.pdf
Expand Down Expand Up @@ -271,4 +271,4 @@

m2d.save_project()
m2d.release_desktop()
temp_dir.cleanup()
temp_dir.cleanup()

0 comments on commit 0f10b50

Please sign in to comment.