Skip to content

malun22/pyplantsim

Repository files navigation

pyplantsim

A python wrapper for Siemens Tecnomatix Plant Simulation COM Interface.

SetupExamplesFurther documentationNoticeLicense

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.

About

A Python wrapper for Siemens Tecnomatix Plant Simulation COM Interface

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •