Skip to content

Commit

Permalink
fixing docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcapodi78 authored and maxcapodi78 committed Apr 18, 2024
1 parent fd66276 commit 12ce8c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyaedt/modules/PostProcessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3368,9 +3368,9 @@ def create_fieldplot_layers(
):
# type: (list, str, str, list, bool, dict, str) -> FieldPlot
"""Create a field plot of stacked layer plot.
This plot is valid from AEDT 2023 R2 and later in HFSS 3D Layout and
any modeler where a layout component is used. HFSS 3D Layout will plot only dielectrics layer.
In order to plot on signal layers use the method ``create_fieldplot_layers_nets``
This plot is valid from AEDT 2023 R2 and later in HFSS 3D Layout.
It will also work when a layout components in 3d modeler is used.
In order to plot on signal layers use the method ``create_fieldplot_layers_nets``
Parameters
----------
Expand Down

0 comments on commit 12ce8c6

Please sign in to comment.