A python wrapper for Siemens Tecnomatix Plant Simulation COM Interface.
Setup • Examples • Further documentation • Notice • License
Install via pip:
pip install pyplantsim
Find this package on Pypi.
import pyplantsim
with Plantsim(license=PlantsimLicense.STUDENT, version=PlantsimVersion.V_MJ_22_MI_1,
visible=True, trusted=True, suppress_3d=False, show_msg_box=False) as plantsim:
plantsim.new_model()
plantsim.save_model(
folder_path=r"C:\users\documents\plantsimmodels", file_name="MyNewModel")There are further examples in the example folder.
Here is the documentation for pyplantsim
Here is the official COM Interface documentation
This package is not developed, endorsed, or maintained by Siemens AG. The names "SimTalk" and "Plant Simulation" are trademarks of Siemens AG.
This package is distributed under the MIT License.