diff --git a/examples/00-EDB/12_edb_sma_connector_on_board.py b/examples/00-EDB/12_edb_sma_connector_on_board.py index 461c948ea7a..e590988f7bc 100644 --- a/examples/00-EDB/12_edb_sma_connector_on_board.py +++ b/examples/00-EDB/12_edb_sma_connector_on_board.py @@ -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()