PyEDB-Core documentation 0.1.4#

PyEDB-Core is a Python client for the Electronics Database (EDB), a format for storing information describing designs for Ansys Electronic Desktop (AEDT). Using the PyEDB-Core API, you can make calls to an EDB server that is running either locally or remotely.

The EDB server can create, edit, read, and write EDB files to disk. These files can then be read into AEDT and their designs simulated.

Documentation and issues#

Documentation for the latest stable release of PyEDB-Core is hosted at PyEDB-Core documentation. The documentation has five sections:

  • Getting started: Describes how to install PyEDB-Core in user mode.

  • User guide: Describes how to use PyEDB-Core.

  • API reference: Provides API member descriptions and usage examples.

  • Examples: Provides examples showing end-to-end workflows for using PyEDB-Core.

  • Contribute: Describes how to install PyEDB-Core in developer mode and how to contribute to this PyAnsys library.

In the upper right corner of the documentation’s title bar, there is an option for switching from viewing the documentation for the latest stable release to viewing the documentation for the development version or previously released versions.

On the PyEDB-Core Issues page, you can create issues to report bugs and request new features. When possible, use these issue templates:

  • Bug report template

  • Feature request template

  • Documentation issue template

  • Example request template

If your issue does not fit into one of these categories, create your own issue.

On the Discussions page on the Ansys Developer portal, you can post questions, share ideas, and get community feedback.

To reach the PyAnsys support team, email pyansys.core@ansys.com.

License#

PyEDB-Core is licensed under the MIT license.

PyEDB-Core makes no commercial claim over Ansys whatsoever. The use of this Python client requires a legally licensed copy of AEDT. For more information, see the Ansys Electronics page on the Ansys website.

Indices and tables#