mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-01-17 07:39:21 +01:00
fix SimPositioner to import DummyController
This commit is contained in:
@@ -588,7 +588,7 @@ class SimPositioner(Device, PositionerBase):
|
|||||||
self.tolerance = kwargs.pop("tolerance", 0.05)
|
self.tolerance = kwargs.pop("tolerance", 0.05)
|
||||||
self._stopped = False
|
self._stopped = False
|
||||||
|
|
||||||
# self.dummy_controller = DummyController()
|
self.dummy_controller = DummyController()
|
||||||
|
|
||||||
# initialize inner dictionary with simulated state
|
# initialize inner dictionary with simulated state
|
||||||
self.sim_state = {}
|
self.sim_state = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user