From 63bb7a0657289e9ca3ec30d012bd1546989eea2b Mon Sep 17 00:00:00 2001 From: Samuel Lopez <85613111+Samuelopez-ansys@users.noreply.github.com> Date: Wed, 17 Jan 2024 08:20:13 +0100 Subject: [PATCH] Update examples/00-EDB/15_ac_analysis.py Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com> --- examples/00-EDB/15_ac_analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/00-EDB/15_ac_analysis.py b/examples/00-EDB/15_ac_analysis.py index 3346b15aa33..557d2554cd2 100644 --- a/examples/00-EDB/15_ac_analysis.py +++ b/examples/00-EDB/15_ac_analysis.py @@ -131,7 +131,7 @@ ############################################################################### # Launch Hfss3dLayout # ~~~~~~~~~~~~~~~~~~~ -# To do SYZ analysis, we need to launch HFSS 3D Layout and import EDB into it. +# To do SYZ analysis, you must launch HFSS 3D Layout and import EDB into it. h3d = pyaedt.Hfss3dLayout(targetfile, specified_version="2023.2", new_desktop_session=True)