The Tools menu
Python command interpreter
Python Command Interpreter
You can launch the Python command interpreter that is delivered with Simcenter Amesim from the Tools menu.
Alternatively, you can use the shell scripts provided with Simcenter Amesim. They are located as follows:
Under Windows: %AME%\python.bat
Under Linux: $AME/python.sh
These scripts will start the Python command interpreter, which will display the following message:
Copy
Starting Python ...
Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
Scipy 0.13.1 is imported
AMESim module is imported
AMESim API module is imported
Current directory is Z:\ImagineLabDev\v1400
Type help('amesim') to see a list of AMESim commands
Type help ('ame_apy') to see a list of AMESim API commands
>>>
The Simcenter Amesim scripts written in Python are described in the Simcenter Amesim Simulation Scripting manual.
The Python scripting language is described in the official Python documentation.
Source: https://docs.sw.siemens.com/en-US/doc/254352342/PL20250521841123434.amesim_collection.Reference/Python_Command_Interpreter · retrieved 2026-07-17