Skip to content

Commit

Permalink
DOCS: Correct variation_type data type in parametric setup documentat…
Browse files Browse the repository at this point in the history
…ion (#5483)
  • Loading branch information
jvela018 authored Nov 27, 2024
1 parent b590d97 commit 076463a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ansys/aedt/core/modules/design_xploration.py
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ def add_variation(
Variation Step or Count depending on variation_type. Default is `100`.
units : str, optional
Variation units. Default is `None`.
variation_type : float or int
variation_type : str, optional
Variation Type. Admitted values are `"SingleValue", `"LinearCount"`, `"LinearStep"`,
`"DecadeCount"`, `"OctaveCount"`, `"ExponentialCount"`.
Expand Down Expand Up @@ -1159,7 +1159,7 @@ def add(
Variation End Point. This parameter is optional if a Single Value is defined.
step : float or int
Variation Step or Count depending on variation_type. The default is ``100``.
variation_type : float or int
variation_type : str, optional
Variation Type. Admitted values are `"LinearCount"`, `"LinearStep"`, `"LogScale"`, `"SingleValue"`.
solution : str, optional
Type of the solution. The default is ``None``, in which case the default
Expand Down

0 comments on commit 076463a

Please sign in to comment.