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
12 changes: 6 additions & 6 deletions Markdown/developer_product_guide/3d_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
### Ansys SpaceClaim training material

* [Scripting in Ansys SpaceClaim (ALH)](https://ansys.com/training-center/course-catalog/structures/scripting-in-ansys-spaceclaim-advanced)
* [Geometry Scripting Ansys SpaceClaim for Rapid Model Changes](https://www.ansys.com/en-gb/blog/spaceclaim-geometry-scripting)
* [Geometry Scripting in Ansys SpaceClaim for Rapid Model Changes](https://www.ansys.com/en-gb/blog/spaceclaim-geometry-scripting)

### Non-Ansys SpaceClaim training material

* [How to Use SpaceClaim Scripting to Parameterize Your Models (Mallett Technology)](https://www.youtube.com/watch?v=U98qtKWUoL8)
* [How to Use Ansys SpaceClaim Scripting to Parameterize Your Models (Mallett Technology)](https://www.youtube.com/watch?v=U98qtKWUoL8)
* [Much Ado About Scripting in Ansys SpaceClaim (PADT)](https://www.padtinc.com/2022/05/05/scripting-in-ansys-spaceclaim-part-1/)
* [Robust Workflows - Using SpaceClaim Scripting with Ansys Mechanical (Ozen)](https://blog.ozeninc.com/resources/spaceclaim-scripting-ansys-mechanical)
* [Scripting in Ansys SpaceClaim (CADFEM)](https://www.cadfem.net/gb/en/cadfem-informs/media-center/video/no-36-scripting-in-ansys-spaceclaim.html)
Expand All @@ -18,9 +18,9 @@

Ansys Discovery has journaling using Python scripting. It also has an Extensibility guide that uses .NET to create custom ribbons and tools. It's also possible to build custom Add-ins using C#.

* [Developer Portal Discovery Documentation](https://developer.ansys.com/docs/discovery)
* Includes links to variety of assistant resources as well
* [Customization in Ansys Discovery (White Paper)](https://www.ansys.com/en-gb/resource-center/white-paper/customization-ansys-discovery)
* [Discovery for developers (Developer Portal documentation)](https://developer.ansys.com/docs/discovery)
* Includes links to variety of resources
* [Customization in Ansys Discovery (white paper)](https://www.ansys.com/en-gb/resource-center/white-paper/customization-ansys-discovery)

### Ansys Discovery training material

Expand All @@ -31,5 +31,5 @@ Ansys Discovery has journaling using Python scripting. It also has an Extensibil
### Non-Ansys Discovery training material

* [Scripting in Ansys Discovery (LEAP Australia)](https://www.youtube.com/watch?v=_JfIgFrEa64)
* [Python Scripting in Ansys Discovery (CADFEM)](https://blog.cadfem.net/en/python-scripting-in-ansys-discovery-only-for-nerds)
* [Python Scripting in Ansys Discovery - Only for Nerds? (CADFEM)](https://blog.cadfem.net/en/python-scripting-in-ansys-discovery-only-for-nerds)
* [Automation with Ansys Discovery Scripting (CADFEM)](https://www.cadfem.net/gb/en/shop/professional-development/training-elearning/trending-topics/automation-with-ansys-discovery-scripting-18169.html)
8 changes: 4 additions & 4 deletions Markdown/developer_product_guide/Acoustics_Analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

## Sound

* [Ansys Sound for developers](https://developer.ansys.com/docs/sound)
* [PyAnsys Sound (PyAnsys)](https://sound.docs.pyansys.com/version/stable/)
* [Ansys Sound for developers (Developer Portal documentation)](https://developer.ansys.com/docs/sound)
* [PyAnsys Sound documentation (PyAnsys)](https://sound.docs.pyansys.com/version/stable/)

Sound APIs for Active Sound Design for Electric Vehicles (ASDforEV), Car Sound Simulator (CSS), and Virtual Reality Sound (VRS) rely on the Open Sound Control (OSC) protocol, which is delivered over User Datagram Protocol (UDP). This means that these APIs are independent of the operating system and language, even if Ansys Sound is only available on Windows.
Sound APIs for Active Sound Design for Electric Vehicles (ASDforEV), Car Sound Simulator (CSS), and Virtual Reality Sound (VRS) use the Open Sound Control (OSC) protocol, which runs over User Datagram Protocol (UDP). These APIs work independently of the operating system and language, even though Ansys Sound is only available on Windows.

PyAnsys Sound APIs are available for Windows and Linux in Python. Note that the DPF server and DPF Sound plugin must run under Windows, and the client (the API) is available for both Linux and Windows.
PyAnsys Sound APIs run on Windows and Linux in Python. The DPF Server and DPF Sound plugins must run on Windows, while the clients (APIs) work on both Linux and Windows.

### Ansys Sound training material

Expand Down
4 changes: 2 additions & 2 deletions Markdown/developer_product_guide/Ansys_Additive_Solutions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

## Ansys Additive Suite

The Ansys Additive server is distributed with the Additive option of the Structures package in the Ansys unified installation.
The Ansys Additive server comes with the Additive option of the Structures package in the Ansys unified installation.

[PyAdditive Docs (PyAnsys)](https://additive.docs.pyansys.com/version/stable/)
[PyAdditive documentation (PyAnsys)](https://additive.docs.pyansys.com/version/stable/)
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## AVxcelerate Autonomy

[AVxcelerate for developers](https://developer.ansys.com/docs/avxcelerate)
[Ansys AVxcelerate for developers (Developer Portal documentation)](https://developer.ansys.com/docs/avxcelerate)

AVxcelerate Autonomy APIs include several REST APIs and the Simulation Framework.
AVxcelerate Autonomy APIs provide several REST APIs and the AVxcelerate Simulation Framework library.

AVxcelerate Simulation Framework library is available for Linux in C++.
The AVxcelerate Simulation Framework library runs on Linux in C++.

* Explore & Analyze REST API
* Scenario manager REST API
Expand All @@ -15,11 +15,11 @@ AVxcelerate Simulation Framework library is available for Linux in C++.

## AVxcelerate Sensors

[AVxcelerate for developers](https://developer.ansys.com/docs/avxcelerate)
[Ansys AVxcelerate for developers (Developer Portal documentation)](https://developer.ansys.com/docs/avxcelerate)

AVxcellerate Sensors APIs consist of several REST and gRPC APIs.
AVxcelerate Sensors APIs include several REST and gRPC APIs.

AVxcelerate Sensors APIs and libraries are available for Windows and Linux in all languages compatible with the gRPC framework.
AVxcelerate Sensors APIs and libraries run on Windows and Linux in all languages compatible with the gRPC framework.

* Sensors REST API
* Sensor Layouts REST API
Expand All @@ -29,5 +29,4 @@ AVxcelerate Sensors APIs and libraries are available for Windows and Linux in al

## AVxcelerate Headlamp

AVxcelerate Headlamp measures are available through a C++ API, Ansys SCADE connector or MATLAB Simulink toolbox, to allow
quantified detailed analysis on several lighting configurations and scenarios.
AVxcelerate Headlamp measures are accessible through a C++ API, Ansys SCADE connector, or MATLAB Simulink toolbox. These tools enable detailed analysis of various lighting configurations and scenarios.
19 changes: 9 additions & 10 deletions Markdown/developer_product_guide/Connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,37 @@

## optiSLang

* [optiSLang for developers](https://developer.ansys.com/docs/optislang)
* [PyOptiSLang Docs (PyAnsys)](https://optislang.docs.pyansys.com/)
* [optiSLang for developers (Developer Portal documentation)](https://developer.ansys.com/docs/optislang)
* [PyOptiSLang documentation (PyAnsys)](https://optislang.docs.pyansys.com/)

optiSLang APIs and libraries are available for Windows and Linux in:
optiSLang APIs and libraries are available for Windows and Linux in these languages:

* Python
* C
* C++
* Lua
* Remote protocol

as well as in the form of the OSS PyAnsys library PyOptiSLang.
You can also access optiSLang APIs and libraries through PyOptiSLang, the open-source PyAnsys library.

### Ansys optiSLang training material

* [Ansys optiSLang Getting Started](https://www.ansys.com/training-center/course-catalog/connect/ansys-optislang-getting-started#tab1-4)
* [Ansys optiSLang Getting Started (ALH)](https://www.ansys.com/training-center/course-catalog/connect/ansys-optislang-getting-started#tab1-4)

## System Architecture Modeler

There are no developer tools available at this time.

## Minerva

Minerva has the Minerva Transfer Client which gives access to the Minerva SDK.
Minerva provides the Minerva Transfer Client, which gives access to the Minerva SDK.

* [Is there a Python client library for interacting with Minerva?](https://discuss.ansys.com/discussion/2741/is-there-a-python-client-library-for-interacting-with-minerva)

## ModelCenter

[PyModelCenter Docs (PyAnsys)](https://modelcenter.docs.pyansys.com/version/stable/)
[Ansys ModelCenter Workflow documentation (PyAnsys)](https://modelcenter.docs.pyansys.com/version/stable/)

### Ansys Model Center training material

* [Ansys ModelCenter Automate and Integrate: Advanced](https://www.ansys.com/training-center/course-catalog/connect/ansys-modelcenter-automate-and-integrate-advanced#tab1-4)
### Ansys ModelCenter training material

* [Ansys ModelCenter Automate and Integrate: Advanced (ALH)](https://www.ansys.com/training-center/course-catalog/connect/ansys-modelcenter-automate-and-integrate-advanced#tab1-4)
29 changes: 15 additions & 14 deletions Markdown/developer_product_guide/Digital_Mission_Engineering_DME.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,41 @@
# Digital Mission Engineering (DME)

Ansys Government Initiatives (AGI) category.
DME is part of Ansys Government Initiatives (AGI).

* [AGI GitHub](https://github.com/AnalyticalGraphicsInc)
* [Ansys Government Initiatives (AGI) GitHub](https://github.com/AnalyticalGraphicsInc)

## Systems Tool Kit (STK)

* [Ansys STK](https://www.agi.com/new-stk)
* [Digital Mission Engieering Products](https://www.agi.com/new-stk)
* [STK Python Programmer's Guide](https://help.agi.com/stkdevkit/index.htm#python/pythonProgrammingGuide.htm?TocPath=Development%2520Environments%257CSTK%2520Python%2520API%257CProgrammer%25E2%2580%2599s%2520Guide%257C_____0)
* [STK Java API](https://help.agi.com/stkdevkit/index.htm#java/jdkOverview.htm?TocPath=Development%2520Environments%257CSTK%2520Java%2520API%257C_____0)

### Ansys STK training material

* [Ansys AGI Training & Certification (AGI)](https://www.agi.com/Training-and-Certification)
* [Ansys AGI Training and Certification (AGI)](https://www.agi.com/Training-and-Certification)
* [Python and SssssssTK! (AGI)](https://www.agi.com/tech-tips/Python-and-SssssssTK)
* [Lesson 16-2 Integrating STK With Python Using Jupyter Notebooks (AGI)](https://www.youtube.com/watch?v=uaVVzpRDg3s)

## DME Component libraries
## DME Component Libraries

Ansys DME Component Libraries can be used with Python through the use of [Pythonnet](https://pythonnet.github.io/) and also with MATLAB.
You can use Ansys DME Component Libraries with Python through [Pythonnet](https://pythonnet.github.io/) or with MATLAB.

## Ansys DME Component libraries training material
## Ansys DME Component Libraries training material

* [Using DME Component Libraries with Python](https://help.agi.com/STKComponents/html/Python.htm)
* [Using DME Component Libraries with Matlab](https://help.agi.com/STKComponents/html/Matlab.htm)
* [Use DME Component Libraries with Python](https://help.agi.com/STKComponents/html/Python.htm)
* [Use DME Component Libraries with MATLAB](https://help.agi.com/STKComponents/html/Matlab.htm)

## Orbit Determination Tool Kit (ODTK)

Interact with the Ansys Orbit Determination Tool Kit through scripts APIs and plugins.
Interact with the Ansys Orbit Determination Tool Kit through scripts, APIs, and plugins.

* [Integrating With ODTK](https://help.agi.com/odtk/#od/odtkIntegratingTop.htm?TocPath=Integrating%2520with%2520ODTK%257C_____0)

[https://www.agi.com/blog/2022/04/customize-odtk-reports-with-python-and-pandas](https://www.agi.com/blog/2022/04/customize-odtk-reports-with-python-and-pandas)
* [Integrate with ODTK](https://help.agi.com/odtk/#od/odtkIntegratingTop.htm?TocPath=Integrating%2520with%2520ODTK%257C_____0)
* [Customize ODTK reports with Python and Pandas](https://www.agi.com/blog/2022/04/customize-odtk-reports-with-python-and-pandas)

## RF Channel Modeler

RF Channel Modeler provides a client library with bindings for .NET (C#), Python, and native C++.

RF Channel Modeler has a client library that is available with bindings for .NET (C#), Python, and Native C++.

[RF Channel Model components](https://help.agi.com/stkdevkit/index.htm#DocX/AgStkRfcmObjectsLib_P.html?TocPath=Library%2520Reference%257CSTK%2520Object%2520Model%257CSTK%2520RF%2520Channel%2520Modeler%257C_____0)
[STK RF Channel Modeler](https://help.agi.com/stkdevkit/index.htm#DocX/AgStkRfcmObjectsLib_P.html?TocPath=Library%2520Reference%257CSTK%2520Object%2520Model%257CSTK%2520RF%2520Channel%2520Modeler%257C_____0)
6 changes: 3 additions & 3 deletions Markdown/developer_product_guide/Digital_Twin.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Digital Twin

## Twin Builder/Twin Deployer+
## Twin Builder

Formerly known as "Simplorer." Includes journaling in the form of Python or Visual Basic scripting and a PyAnsys library, PyTwin.
Twin Builder, formerly known as Simplorer, supports journaling through Python or Visual Basic scripting and includes the PyAnsys library, PyTwin.

* [PyTwin Documentation (PyAnsys)](https://twin.docs.pyansys.com/)
* [PyTwin documentation (PyAnsys)](https://twin.docs.pyansys.com/)

### Ansys Twin Builder training material

Expand Down
28 changes: 13 additions & 15 deletions Markdown/developer_product_guide/Embedded_Software.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
# Embedded Software

## Scade One
## Scade One

Scade One is the new generation of SCADE (see below). In the Scade One environment you use the swan language. Scade One also has a PyAnsys OSS Python library called PyScadeOne and a developer portal landing page as well.
Scade One is the new generation of SCADE. In the Scade One environment, you use the Swan language. Scade One also includes PyScadeOne, an open-source Python library.

- [Scade One for Developers](https://developer.ansys.com/docs/scade-one)
- [PyScadeOne](https://github.com/ansys/pyscadeone)
- [PyScadeOne docs](https://scadeone.docs.pyansys.com/)
- [Scade One for developers (Developer portal documentation)](https://developer.ansys.com/docs/scade-one)
- [PyScadeOne repository (PyAnsys)](https://github.com/ansys/pyscadeone)
- [PyScadeOne documentation (PyAnsys)](https://scadeone.docs.pyansys.com/)

## SCADE

[SCADE for developers](https://developer.ansys.com/docs/scade)
The SCADE environment includes an API, a native language, and operator libraries. It also includes an assortment of SCADE projects to assist in your SCADE work and supports many SCADE tools provided as OSS PyAnsys libraries.

The SCADE environment includes an API, a native language, and operator libraries. In addition there is an assortment of SCADE projects available to assist in your SCADE work. This includes SCADE API Tools which is an OSS PyAnsys library.

- [Ansys SCADE API Tools (PyAnsys)](https://apitools.scade.docs.pyansys.com/)
- [scade-guitools](https://github.com/ansys/scade-guitools)
- [scade-wux](https://github.com/ansys/scade-wux)
- [scade-python-wrapper](https://github.com/ansys/scade-python-wrapper)
- [scade-pyhg](https://github.com/ansys/scade-pyhg)
- [scade-actions](https://github.com/ansys/scade-actions)
- [SCADE for developers (Developer portal documentation)](https://developer.ansys.com/docs/scade)
- [Ansys SCADE API Tools documentation (PyAnsys)](https://apitools.scade.docs.pyansys.com/)
- [Ansys SCADE GUI Tools documentation (PyAnsys](https://guitools.scade.docs.pyansys.com/)
- [Ansys SCADE Wrapper Tools documentation (PyAnsys)](https://wux.scade.docs.pyansys.com/)
- [Ansys SCADE Python Wrapper documentation (PyAnsys)](https://python-wrapper.scade.docs.pyansys.com/)
- [Ansys SCADE Test Harness Generator for Python documentation (PyAnsys)](https://pyhg.scade.docs.pyansys.com/)
- [Ansys SCADE Actions documentation (PyAnsys)](https://actions.scade.docs.pyansys.com/)

### Ansys SCADE training material

Expand All @@ -30,4 +29,3 @@ The SCADE environment includes an API, a native language, and operator libraries
### Non-Ansys SCADE training material

* [Developing Safety-Critical Embedded Software Using Ansys SCADE (CADFEM)](https://www.cadfem.net/en/shop/professional-development/training-elearning/trending-topics/developing-safety-critical-embedded-software-using-ansys-scade-14440.html)

4 changes: 2 additions & 2 deletions Markdown/developer_product_guide/Safety_Analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## Medini Analyze

Ansys medini utilizes multiple query and expression languages (OCL, AQL), and supports automation interfaces controlled with embedded JavaScript. The foundation for all expression and scripting languages are Ecore (EMF) based metamodels.
Ansys medini uses multiple query and expression languages (including OCL and AQL), and supports automation interfaces controlled with embedded JavaScript. The foundation for all expression and scripting languages are Ecore (EMF)-based metamodels.

* [medini analyze Scripting and API Documentation](https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/medini/v251/en/medini_analyze_scripting/medini_analyze_scripting.html)
* You must be logged in with Ansys SSO/be a customer to access this material
* You must be logged in with Ansys SSO or be an Ansys customer to access this material
* [medini analyze Metamodel Documentation](https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/medini/v251/en/medini_analyze_metamodel/medini_analyze_metamodel.html)
* You must be logged in with Ansys SSO/be a customer to access this material

Expand Down
Loading