Skip to content

Instantly share code, notes, and snippets.

@W1lfr3d99
W1lfr3d99 / dwsim_automation.py
Created December 28, 2022 06:01 — forked from DanWBR/dwsim_automation.py
Create, run and save a new DWSIM simulation in Python
import pythoncom
pythoncom.CoInitialize()
import clr
from System.IO import Directory, Path, File
from System import String, Environment
dwsimpath = "C:\\Users\\Daniel\\AppData\\Local\\DWSIM8\\"