mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-01-16 23:29: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._stopped = False
|
||||
|
||||
# self.dummy_controller = DummyController()
|
||||
self.dummy_controller = DummyController()
|
||||
|
||||
# initialize inner dictionary with simulated state
|
||||
self.sim_state = {}
|
||||
|
||||
Reference in New Issue
Block a user