You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uses await self._not_busy_sig.wait() to determine when to set the position.
This is less critical than ensuring that the set_position behavior is correct, as homing is usually only done by human interaction that is not rapidly polling the busy state, but still.
The text was updated successfully, but these errors were encountered:
There is not an explicit message for "home completed" as there is for APT, so some additional care must be taken here... shouldn't be that hard, but yeah.
yaqd-thorlabs/yaqd_thorlabs/_thorlabs_ellx.py
Line 94 in e94178b
Uses
await self._not_busy_sig.wait()
to determine when to set the position.This is less critical than ensuring that the set_position behavior is correct, as homing is usually only done by human interaction that is not rapidly polling the busy state, but still.
The text was updated successfully, but these errors were encountered: