diff --git a/examples/03-Maxwell/Maxwell2D_Transformer_LL.py b/examples/03-Maxwell/Maxwell2D_Transformer_LL.py index 5cf4be7f5ef..af134dc8802 100644 --- a/examples/03-Maxwell/Maxwell2D_Transformer_LL.py +++ b/examples/03-Maxwell/Maxwell2D_Transformer_LL.py @@ -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 @@ -271,4 +271,4 @@ m2d.save_project() m2d.release_desktop() -temp_dir.cleanup() \ No newline at end of file +temp_dir.cleanup()