Skip to content

Commit

Permalink
DOCS: Fix user guide circuit example (#5305)
Browse files Browse the repository at this point in the history
Co-authored-by: ring630 <@gmail.com>
Co-authored-by: Sébastien Morais <[email protected]>
  • Loading branch information
hui-zhou-a and SMoraisAnsys authored Oct 17, 2024
1 parent eba4b4e commit 91666cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/User_guide/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This code creates a project and saves it with PyAEDT:
cir = ansys.aedt.core.Circuit(non_graphical=False)
cir.save_project(my_path)
...
cir.release_desktop(save_project=True, close_desktop=True)
cir.release_desktop(close_projects=True, close_desktop=True)
# Desktop is released here.
This code uses PyAEDT to access the Ansys EDB proprietary layout format:
Expand Down

0 comments on commit 91666cc

Please sign in to comment.