Tagged: 19.2, Electromagnetics & Electronics, hfss
-
-
February 6, 2023 at 2:42 pm
FAQ
ParticipantTo use external Python packages or modules in your scripts, you need to add the path to the folder where your package/module is to the system variable. Note: only modules for IronPython are accepted. You cannot use such modules as NumPy, etc To do so, you just need to add these following line codes: import sys sys.path.append(r”path to package/module folder”) import package/module Now you are able to use this package/module in your script. Example: >>> import sys >>> sys.path.append(r”E:ScriptsXlsxWriter-master”) >>> import xlsxwriter >>> dir(xlsxwriter) [‘Workbook’, ‘__VERSION__’, ‘__builtins__’, ‘__doc__’, ‘__file__’, ‘__name__’, ‘__package__’, ‘__path__’, ‘__version__’, ‘app’, ‘chart’, ‘chart_area’, ‘chart_bar’, ‘chart_column’, ‘chart_doughnut’, ‘chart_line’, ‘chart_pie’, ‘chart_radar’, ‘chart_scatter’, ‘chart_stock’, ‘chartsheet’, ‘comments’, ‘compatibility’, ‘contenttypes’, ‘core’, ‘drawing’, ‘format’, ‘packager’, ‘relationships’, ‘shape’, ‘sharedstrings’, ‘styles’, ‘table’, ‘theme’, ‘utility’, ‘vml’, ‘workbook’, ‘worksheet’, ‘xmlwriter’]
-

Introducing Ansys Electronics Desktop on Ansys Cloud
The Watch & Learn video article provides an overview of cloud computing from Electronics Desktop and details the product licenses and subscriptions to ANSYS Cloud Service that are...

How to Create a Reflector for a Center High-Mounted Stop Lamp (CHMSL)
This video article demonstrates how to create a reflector for a center high-mounted stop lamp. Optical Part design in Ansys SPEOS enables the design and validation of multiple...

Introducing the GEKO Turbulence Model in Ansys Fluent
The GEKO (GEneralized K-Omega) turbulence model offers a flexible, robust, general-purpose approach to RANS turbulence modeling. Introducing 2 videos: Part 1 provides background information on the model and a...

Postprocessing on Ansys EnSight
This video demonstrates exporting data from Fluent in EnSight Case Gold format, and it reviews the basic postprocessing capabilities of EnSight.
- Cloud Computing from Electronics Desktop
- Are solid losses and eddy losses the same in Maxwell?
- How do I calculate inductance and resistance of a coil in post-processing phase?
- How I can export an equivalent circuit of a Q3D model?
- ANSYS Electronics Desktop: Motor Design Based on Electromagnetic and CFD Coupling
- How to perform a material sweep?
- Electric Motor Design Using Ansys Motor-CAD – Part 1
- ANSYS Electronics Desktop: Simple Communications Channel For Signal Integrity Analyses – Part I
- ANSYS Electronics Desktop: Simple Communications Channel For Signal Integrity Analyses – Part V
- ANSYS Electronics Desktop: Simple Communications Channel For Signal Integrity Analyses – Part II
© 2023 Copyright ANSYS, Inc. All rights reserved.