I've included samples for both interpreters, like the Hydrocyclone sample which uses IronPython and the Cantera integration sample which uses Python.NET.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Do we need to install Python or installed DWSIM has its own Python?
If the answer of above question is yes, can we develop custom unit operation or the DWSIM Python is only used for small simple scripting?
I've answered this question on the other post: https://sourceforge.net/p/dwsim/discussion/scripting/thread/7df261ad45/
I've included samples for both interpreters, like the Hydrocyclone sample which uses IronPython and the Cantera integration sample which uses Python.NET.
IronPython scripting is REALLY powerful and you can do literally anything you want with it.
Thank you