Hi, I would like to write a NDSP to control a device from Zurich Instrument. They provide Python API, which are available via pip
(package zhinst). This package is unfortunately not available in MSYS2, nor in nix as far as I can tell you.
I thought about running two instances of artiq_ctlmgr
on the same computer (one within MSYS2, the other from a local Python environment with the needed package), but then there is the issue raised in this post that you need to choose a host for each NDSP in the device_db.py file, and you can't have both instances of artiq_ctlmgr sharing the same host as there is no way to differentiate between the two.
Any thoughts on that?
Best,
Massi