Skip to content

Commit

Permalink
FIX: example format
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Feb 8, 2024
1 parent 2b68c12 commit c8d74f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/00-EDB/12_edb_sma_connector_on_board.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,16 @@

h3d.analyze(num_cores=4)

# Visualize the return loss.
# ## Visualize the return loss.

h3d.post.create_report("dB(S(port_1, port_1))")

# Save and close the project.
# ## Save and close the project.

h3d.save_project()
print("Project is saved to {}".format(h3d.project_path))
h3d.release_desktop(True, True)

# Clean up the temporary folder.
# ## Clean up the temporary folder.

temp_dir.cleanup()

0 comments on commit c8d74f1

Please sign in to comment.