Skip to content

Commit

Permalink
DOCS: added FIlterSolutions to toc tree autosummary and index file. (#…
Browse files Browse the repository at this point in the history
…5172)

Co-authored-by: Sébastien Morais <[email protected]>
Co-authored-by: Sebastien Morais <[email protected]>
  • Loading branch information
3 people authored Sep 23, 2024
1 parent 0e6f43c commit 0b9d895
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions doc/source/API/Application.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Available PyAEDT apps are:
ansys.aedt.core.maxwellcircuit.MaxwellCircuit
ansys.aedt.core.emit.Emit
ansys.aedt.core.twinbuilder.TwinBuilder
ansys.aedt.core.filtersolutions.FilterSolutions


All other classes and methods are inherited into the app class.
Expand Down
2 changes: 2 additions & 0 deletions doc/source/API/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ PyAEDT app to get access to all modules and methods. Available apps are:
- EMIT
- Circuit
- `TwinBuilder <https://www.ansys.com/products/digital-twin/ansys-twin-builder>`_
- `FilterSolutions <https://www.ansys.com/products/electronics/ansys-nuhertz-filtersolutions>`_


All other classes and methods are inherited into the app class.
The desktop app is implicitly launched in any of the other applications.
Expand Down
5 changes: 2 additions & 3 deletions src/ansys/aedt/core/filtersolutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,12 @@ class FilterSolutions:
Parameters
----------
version: str, optional
version : str, optional
Version of AEDT in ``xxxx.x`` format. The default is ``None``.
implementation_type: FilterImplementation, optional
implementation_type : FilterImplementation, optional
Technology used to implement the filter. The default is ``LUMPED``.
The ``FilterImplementation`` enum provides the list of implementations.
Examples
--------
Create a ``FilterSolutions`` instance with a band-pass elliptic ideal filter.
Expand Down

0 comments on commit 0b9d895

Please sign in to comment.