Skip to content

Commit

Permalink
Update doc/source/API/visualization/advanced.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Morais <[email protected]>
  • Loading branch information
Samuelopez-ansys and SMoraisAnsys authored Nov 12, 2024
1 parent ebeae5a commit fffd253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/API/visualization/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ This code shows how you can get the RCS data and perform some post-processing:

.. code:: python
import ansys.aedt.core
from ansys.aedt.core import Hfss
from ansys.aedt.core.visualization.advanced.rcs_visualization import MonostaticRCSPlotter
app = ansys.aedt.core.Hfss()
app = Hfss()
rcs_object = app.get_rcs_data()
rcs_plotter = MonostaticRCSPlotter(rcs_data=rcs_object.rcs_data)
rcs_plotter.plot_rcs()
Expand Down

0 comments on commit fffd253

Please sign in to comment.