Ansys Learning Forum Forums Discuss Simulation Electronics python-hfss error Reply To: python-hfss error

JS
Ansys Employee

Please use the latest Electronics 2023R2 available for download on the Ansys Customer Portal at:

https://support.ansys.com/

 

Instead of using the legacy built-in IronPython 2.7, please use the external cPython to script the Ansys Electronics Desktop using PyAEDT:

https://aedt.docs.pyansys.com/version/stable/

 

The PyAEDT site also contains example PyAEDT scripts and extensive API documentation.

 

This will expands your python scripting capabilities since you can include publically available python classes and methods like numpy, pyvista, pandas, etc. in your scripts.

 

Detailed installation instructions are available at:

https://aedt.docs.pyansys.com/version/stable/Getting_started/Installation.html

 

Ansys PyAEDT has a public precence for submiting bugs, enhancements, and participating in the GitHub discussion forms:

https://github.com/ansys/pyaedt

 

Additional training materials for PyAEDT is available on the Ansys Learning Hub by subscription:

https://www.ansys.com/services/ansys-learning-hub

 

Kind Regards,

JS

 

 

 

 

 

Â