I am interested to control a number of instruments which has an API written in C# .NET. Based on my experience, if I use IronPython then I can't use python packages like Numpy and Scipy. However, I wanted to see if there is another way to call the .net libraries and be able to use python to implement my control and data analysis algorithms?
Asked
Active
Viewed 668 times
1
-
short answer is you can't. unless the .net library implements COM interface – Steve Nov 28 '17 at 21:40
-
1https://stackoverflow.com/questions/7367976/calling-a-c-sharp-library-from-python – Blorgbeard Nov 28 '17 at 22:12
-
1And https://pythonnet.github.io/ – Blorgbeard Nov 28 '17 at 22:13