A Python wrapper for Siemens Tecnomatix Plant Simulation COM Interface
Project description
pyplantsim
A python wrapper for Siemens Tecnomatix Plant Simulation COM Interface.
Setup • Examples • Further documentation • Notice • License
Setup
Install via pip:
pip install pyplantsim
Find this package on Pypi.
Examples
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.
Further documentation
Here is the documentation for pyplantsim
Here is the official COM Interface documentation
Notice
This package is not developed, endorsed, or maintained by Siemens AG. The names "SimTalk" and "Plant Simulation" are trademarks of Siemens AG.
License
This package is distributed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyplantsim-0.2.6.tar.gz.
File metadata
- Download URL: pyplantsim-0.2.6.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
451731e461c8bbc8435f10410b434bb2022978574a9c3bc54104b51b6e866945
|
|
| MD5 |
de343173b85df7d37f7ad71ddd63da4a
|
|
| BLAKE2b-256 |
8483d5656a14e0f57223681f67f0cd9160a1fdd2c0f99e3e47f69c4e2ce0848b
|
File details
Details for the file pyplantsim-0.2.6-py3-none-any.whl.
File metadata
- Download URL: pyplantsim-0.2.6-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
871e1de81b360c24c44de3505a98f67b867ade16b10d8822b207528f2a71c952
|
|
| MD5 |
97d40258625aca890164e031ebfaf9c7
|
|
| BLAKE2b-256 |
90f5d8fd0dcb00ff98424415ce877084d33aa04f1eea24a1bea77053867f5060
|