mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-05-08 04:52:05 +02:00
w
This commit is contained in:
@@ -75,6 +75,7 @@ class _VirtualSlitSignal(ABC, Signal):
|
||||
connected_high = self._positioner_high.connected
|
||||
if connected_low and connected_high:
|
||||
self._metadata["connected"] = True
|
||||
return
|
||||
raise ConnectionError(
|
||||
f"Both positioners must be connected. Positioner {self._positioner_low.name} connected: {connected_low}"
|
||||
f", Positioner {self._positioner_high.name} connected: {connected_high}."
|
||||
|
||||
Reference in New Issue
Block a user