************ ScadeOne app ************ .. currentmodule:: ansys.scadeone.core The :py:class:`ScadeOne` "app" is the Python class that allows you to interact with Scade One projects. The :py:mod:`ansys.scadeone.core` module must be referenced by scripts using PyScadeOne. It exposes the :py:class:`ScadeOne` class representing a Scade One instance. An instance of the :py:class:`ScadeOne` class gives access to project loading and model-related activities as shown in the next figure: .. figure:: scadeone.svg ScadeOne class hierarchy .. autoclass:: ScadeOne