# Is there a direct link function for chemical process simulator like Aspen plus in Julia like in Matlab or python through COM technology?

**URL:** https://discourse.julialang.org/t/is-there-a-direct-link-function-for-chemical-process-simulator-like-aspen-plus-in-julia-like-in-matlab-or-python-through-com-technology/79133
**Category:** Chemistry
**Tags:** question, package
**Created:** [April 6, 2022, 11:59pm UTC](https://discourse.julialang.org/t/is-there-a-direct-link-function-for-chemical-process-simulator-like-aspen-plus-in-julia-like-in-matlab-or-python-through-com-technology/79133 "2022-04-06T23:59:41Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![JackaChou](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jackachou/32/35269_2.png) [@JackaChou](https://discourse.julialang.org/u/JackaChou)
#### Post date: [April 6, 2022, 11:59pm UTC](https://discourse.julialang.org/t/is-there-a-direct-link-function-for-chemical-process-simulator-like-aspen-plus-in-julia-like-in-matlab-or-python-through-com-technology/79133/1 "2022-04-06T23:59:41Z")

</div>

Something like [Aspen Plus - Matlab Link - File Exchange - MATLAB Central](https://www.mathworks.com/matlabcentral/fileexchange/69464-aspen-plus-matlab-link)

---

<div class="post-metadata">

### Author: ![longemen3000](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/longemen3000/32/7298_2.png) [@longemen3000](https://discourse.julialang.org/u/longemen3000)
#### Post date: [April 7, 2022, 5:57am UTC](https://discourse.julialang.org/t/is-there-a-direct-link-function-for-chemical-process-simulator-like-aspen-plus-in-julia-like-in-matlab-or-python-through-com-technology/79133/2 "2022-04-07T05:57:58Z")

</div>

Not yet, as far as i know. i was actually looking at the reverse pathway, how to connect a Thermodynamic model to a CAPE-OPEN compatible simulator (using CORBA).

---

<div class="post-metadata">

### Author: ![JackaChou](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jackachou/32/35269_2.png) [@JackaChou](https://discourse.julialang.org/u/JackaChou)
#### Post date: [April 7, 2022, 6:05am UTC](https://discourse.julialang.org/t/is-there-a-direct-link-function-for-chemical-process-simulator-like-aspen-plus-in-julia-like-in-matlab-or-python-through-com-technology/79133/3 "2022-04-07T06:05:25Z")

</div>

But this can be achieved in python, why julia doesn’t support this function?

---

<div class="post-metadata">

### Author: ![longemen3000](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/longemen3000/32/7298_2.png) [@longemen3000](https://discourse.julialang.org/u/longemen3000)
#### Post date: [April 7, 2022, 6:36am UTC](https://discourse.julialang.org/t/is-there-a-direct-link-function-for-chemical-process-simulator-like-aspen-plus-in-julia-like-in-matlab-or-python-through-com-technology/79133/4 "2022-04-07T06:36:28Z")

</div>

for function, at what part of the entire link are you referring to? the COM conection? or the Aspen support?  
Also, you can call python from julia (via pycall.jl) or julia from python (via pyjulia)

---

<div class="post-metadata">

### Author: ![JackaChou](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jackachou/32/35269_2.png) [@JackaChou](https://discourse.julialang.org/u/JackaChou)
#### Post date: [April 7, 2022, 6:55am UTC](https://discourse.julialang.org/t/is-there-a-direct-link-function-for-chemical-process-simulator-like-aspen-plus-in-julia-like-in-matlab-or-python-through-com-technology/79133/5 "2022-04-07T06:55:50Z")

</div>

Yes, I think by using Pycall.jl in Julia, I can also call aspen plus chemical process simulator in Julia similar to that in python or Matlab. There are already demos for Matlab and python, but I don’t know how to achieve it in Julia, how to use Pycall.jl to achieve this, I really need a demo.Below is a file for demo in Matlab and in python.  
[Aspen Plus - Matlab Link - File Exchange - MATLAB Central (mathworks.com)](https://www.mathworks.com/matlabcentral/fileexchange/69464-aspen-plus-matlab-link)  
[Running Aspen via Python (cmu.edu)](https://kitchingroup.cheme.cmu.edu/blog/2013/06/14/Running-Aspen-via-Python/)
