diff --git a/.gitignore b/.gitignore index 570ba83b..c8f226eb 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,14 @@ docs/_build .vscode/ *.iml +#These are the png images for the RF CPW tutorial +!CPW_TL.png +!geometry.png +!lines_integrals.png +!SizeMax_explanetion.png +!symmetry_plane.png +!tuncer_results.png + # julia Manifest.toml diff --git a/docs/electronics/examples/RF_CPW_transmission_line_tutorial/RF_CPW_transmission_line_tutorial.py b/docs/electronics/examples/RF_CPW_transmission_line_tutorial/RF_CPW_transmission_line_tutorial.py index 45b8f22a..93c2d4fc 100644 --- a/docs/electronics/examples/RF_CPW_transmission_line_tutorial/RF_CPW_transmission_line_tutorial.py +++ b/docs/electronics/examples/RF_CPW_transmission_line_tutorial/RF_CPW_transmission_line_tutorial.py @@ -44,14 +44,10 @@ # To make things go smoother I advise to use %matplotlib widget so that you can inspect the mesh and other figures more clearly # %% [markdown] -# In this notebook we aim to study a simple CPW structure by repicating the measurements from {cite}`Tuncer1994` as in the image below. We wish to retrieve data from the microwave index and attenuation. This case is a good example of when the losses inside the metal will contribute greatly to the losses and, therefore, new conformal techniques were required to properly model the CPW. In our case, we will use FEMWELL to achieve the same results and confirm the theory and benchmark the software with the measurements. +# In this notebook we aim to study a simple CPW structure by repicating the measurements from {cite}`Tuncer1994` in Fig.7 where they present the measurements from the microwave index and the propagation losses. This case is a good example of when the losses inside the metal will contribute greatly to the propagation constant and, therefore, new conformal techniques were required to properly model the CPW. In our case, we will use FEMWELL to achieve the same results and confirm the theory and benchmark the software with the measurements. # # {cite}`Slade1992,Berkel2015` # -#