SamuelDeleglise
SamuelDeleglise
Uses coroutine to replace the low-level futures/callbacks previously used for asynchronous acquisition. Pro: improved code readbility/Cons: incompatible with python
Ideally, I would like to use this for the global experiment control: [https://exopy.readthedocs.io/en/latest/](url) However, this program really expect the connection to instruments to be instantaneous. My current thinking is that...
Damien pointed this issue today...
When I type p.lockbox.outputs I don't get the list of outputs printed in the console (at least in python3) I tried to understand what was going on in this module_attributes.py...
The LockBox GUI would benefit from some improvements. A the very least, the buttons should be brought to the left, such that you don't need to scroll all the time...
I think the current behavior is very disturbing, especially for new users: The new client kills the server process on the Redpitaya. This destroys the connection to the old client,...
The function ` _wait_for_done(self, timeout)` in async_utils.py is no longer working properly with python 3.7. This is a quite critical problem since for instance this causes the scope to never...