Replies: 1 comment
-
@Mausy5043 please check this https://sourceforge.net/p/dwsim/discussion/scripting/thread/3f56e2f421/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using DWSIM Pro and I'm trying to understand how to use the in-built IronPython to interface with my model.
In example code I've come across
DWSIM.GetProp()
like this one:dwsim/PlatformFiles/Common/FOSSEE/Stoichiometric_Reactor/Stoichometric_Reactor.txt
Line 19 in 4ff9681
So, I wonder what other properties I could extract from the model and I went searching for the API documentation. I found this, but this is the documentation for the C# and VB API and doesn't provide much details. There is a button there that links to the source, but that link doesn't seem to be up-to-date; it points to a seemingly random part of the sources.
Any plans to update the documentation and maybe add a python API documentation?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions