Search found 1 match
- 23 June 2020, 12:08
- Forum: COCO (AmsterCHEM)
- Topic: Connecting to COCO from MATLAB
- Replies: 18
- Views: 49549
Re: Connecting to COCO from MATLAB
Jasper has been helping me with connecting to COCO from python via the COM interface. Below is some example python code implementing some common methods (get/set stream & unit parameters). import comtypes.client import comtypes.gen from comtypes import COMError from comtypes.automation import VA...