We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b36d9ab commit edfe40aCopy full SHA for edfe40a
examples/03-Maxwell/Maxwell3D_Transient_Fields_Export.py
@@ -1,9 +1,6 @@
1
# # Maxwell 3D: fields export in transient
2
-# In this example a Maxwell 3D transient model is imported.
3
-# A simulation setup is created to save the fields for the desired time steps.
4
-# The example shows how to retrieve all the simulation time steps,
5
-# add a field calculator expression, and perform fields data export
6
-# for the time steps for which the fields are saved.
+# This example uses PyAEDT to setup transient analysis
+# and aim to plot the current density field over a coil surface.
7
# Keywords: time steps, fields calculator, field export
8
9
# ## Perform required imports
0 commit comments