Introduction
Displaying class and function descriptions
If you want to get a complete description, please refer to the associated help command for each script. If you want to know more on the ameputp script, for example, proceed as follows:
Python
>>> help('amesim.ameputp')
MATLAB
>> help ameputp
VBA
Open the ameputp subroutine located in the Visual Basic Editor. This is located in the f_ameputp module.
For any modules that contain classes, please refer to the help command for each specific class of the module. If you want to know more on the class Study of the Design Exploration module, proceed as follows:
Python
>>> help('Study')
Then you can get help for the functions of a class. For example, for information on the get_available_algorithms() function in the class Study, proceed as follows:
Python
>>> help('Study.get_available_algorithms')
Source: https://docs.sw.siemens.com/en-US/doc/254352342/PL20250521841123434.amesim_collection.Scripting/Script_description_1 · retrieved 2026-07-17