Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/44.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix: Remove Scade One integration as it is now part of the product.
23 changes: 9 additions & 14 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
Ansys SCADE Python Wrapper
==========================

This tool provides a Python proxy to a SCADE Suite or Scade One application.
This tool provides a Python proxy to a SCADE Suite application.
It allows running the application in regular batch mode, or using
SCADE Suite white box co-simulation, through ``SsmSlaveLib.c`` services.

The package is made of the following components:
The package supports SCADE Suite 2021 R2 and greater, and is made of the
following components:

* SCADE Suite (2021 R2 and greater)
* SCADE Suite Code Generator extension
* SCADE Suite Custom Extension: Settings page for the wrapper

* SCADE Suite Code Generator extension
* SCADE Suite Custom Extension: Settings page for the wrapper

Refer to the section *Generating Integration Code from SCADE Suite*, in the
document *SCADE Python API Guide* of the SCADE Suite documentation,
for a complete reference of SCADE Code Generator extensions, also known as
wrappers.

* Scade One (2024 R2)

* Command-line tool
Refer to the section *Generating Integration Code from SCADE Suite*, in the
document *SCADE Python API Guide* of the SCADE Suite documentation,
for a complete reference of SCADE Code Generator extensions, also known as
wrappers.

Contents
--------
Expand Down
3 changes: 1 addition & 2 deletions doc/source/usage/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Usage
.. toctree::
:maxdepth: 1

kcg
swancg
wrapper
proxy
cosim
display
3 changes: 0 additions & 3 deletions doc/source/usage/proxy.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
Python proxy
============

The structure of the Python proxy is identical for both SCADE Suite
and Scade One models.

The Python module defines:

* A class per structure used in the interfaces of the root operators.
Expand Down
88 changes: 0 additions & 88 deletions doc/source/usage/swancg.rst

This file was deleted.

4 changes: 2 additions & 2 deletions doc/source/usage/kcg.rst → doc/source/usage/wrapper.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Usage with SCADE Suite
======================
Wrapper
=======

Settings
--------
Expand Down
Loading