Example X: Template
This example demonstrates how to …
Toolkit Release
[1]:
#pip install
Imports
DLL References
[2]:
import clr as net
[3]:
net.AddReference(r"C:\3S\SIR 3S Entwicklung\SirGraf-90-15-00-06x64\Sir3S_Repository.Interfaces.dll") #change to local path if necessary
[3]:
<System.Reflection.RuntimeAssembly object at 0x000001869AA16480>
[4]:
import Sir3S_Repository.Interfaces as Interfaces
PythonWrapperToolkit
[ ]:
import PythonWrapperToolkit
Additional
[ ]:
import os
[ ]:
...
Initialization
[11]:
s3s = PythonWrapperToolkit.SIR3S_Model()
Initialization complete