Skip to content

Commit

Permalink
Modify comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys committed Feb 3, 2025
1 parent f3aff15 commit 1da4a9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/high_frequency/multiphysics/microwave_oven.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
hfss.modeler["glassBowl"].transparency = 0.75

# ### Export an image
# At the end of this example we will generate a pdf report that summarizes the workflow and simulation results.
# At the end of this example we will generate a PDF report that summarizes the workflow and simulation results.
#
# We now save an image of the model as a png file to insert into the report later.
# We now save an image of the model as a PNG file to insert into the report later.

hfss.post.export_model_picture(full_name=os.path.join(working_dir.name,'ginger_bread_cookie.png'))

Expand Down Expand Up @@ -172,8 +172,8 @@

# ### Initialize Ansys report
#
# ``AnsysReport`` pyaedt class that allows creation of
# simple and effective pdf reports
# ``AnsysReport`` PyAEDT class that allows creation of
# simple and effective PDF reports
# that include text, images, tables and charts.

# +
Expand Down

0 comments on commit 1da4a9f

Please sign in to comment.