The ``ansys.scade.apitools`` library
====================================
.. py:module:: ansys.scade.apitools
Summary
-------
.. py:currentmodule:: apitools
.. tab-set::
.. tab-item:: Subpackages
.. list-table::
:header-rows: 0
:widths: auto
* - :py:obj:`~ansys.scade.apitools.create`
- Provides a collection of functions for creating or updating Scade models.
* - :py:obj:`~ansys.scade.apitools.expr`
- Provides a collection of functions for the accessing the expressions.
* - :py:obj:`~ansys.scade.apitools.info`
- Provides information on the current version of SCADE.
* - :py:obj:`~ansys.scade.apitools.prop`
- Provides a collection of functions for the storage of settings and properties.
* - :py:obj:`~ansys.scade.apitools.query`
- Provides a collection of queries for SCADE Suite models.
.. tab-item:: Submodules
.. list-table::
:header-rows: 0
:widths: auto
* - :py:obj:`~ansys.scade.apitools.auto_scade_env`
- Provides ``scade_env.load_project``, renamed to ``declare_project``.
.. tab-item:: Attributes
.. list-table::
:header-rows: 0
:widths: auto
* - :py:obj:`~__version__`
-
.. toctree::
:titlesonly:
:maxdepth: 1
:hidden:
create
expr
info
prop
query
.. toctree::
:titlesonly:
:maxdepth: 1
:hidden:
auto_scade_env
Description
-----------
Provides a library of high-level functions on top of SCADE Python APIs.
..
!! processed by numpydoc !!
Module detail
-------------
.. py:data:: __version__