From 0f10b50db59bc9b9d70d070d6c80e9711d4bbfa8 Mon Sep 17 00:00:00 2001 From: Maxime Rey <87315832+MaxJPRey@users.noreply.github.com> Date: Fri, 3 May 2024 17:30:44 +0200 Subject: [PATCH] DOC: Fix typo in Maxwell transformer example. (#4625) --- examples/03-Maxwell/Maxwell2D_Transformer_LL.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()