bluesky / ophyd

hardware abstraction in Python with an emphasis on EPICS
https://blueskyproject.io/ophyd
BSD 3-Clause "New" or "Revised" License
51 stars 79 forks source link

v2: Add default timeout to signal #1101

Closed coretl closed 1 year ago

coretl commented 1 year ago

Change v2 Signal to have a timeout, passed and stored in the constructor, with default of 10s, to get_ and set but not* connect. Allow override as kwarg to method.