Hi, everyone.
I have read that there are some discussions about using the subprocess.Popen() or subprocess.run() module to run CPython code. I have managed to call functions written in CPython by subprocess modules to make the plots. However, I have trouble retrieving the outputs from Cpython. Normally, subprocess.Popen() can use the pipeline to return outputs and error codes. But this is not working with ANSYS IronPython. Can someone shed some light on reading outputs from Cpython functions? I am using the latest ANSYS 2024R2.