pymeasure / pyleco

Python implementation of the Laboratory Experiment COntrol (LECO) protocol
MIT License
9 stars 3 forks source link

What about stopped listener #59

Closed BenediktBurger closed 5 months ago

BenediktBurger commented 6 months ago

Once a listener is stopped (or a Communicator closed), you cannot use it anymore, but you do not know, that you cannot use it anymore.

Also changing the name after stopping to listen raises an error as the Communicator is closed, but still present

Introduce a closed property?