mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-10 18:51:53 +02:00
fix: remove inheritance from ophyd.PostionerBase for simflyer
This commit is contained in:
@ -561,7 +561,7 @@ class SimPositioner(Device, PositionerBase):
|
||||
return "mm"
|
||||
|
||||
|
||||
class SimFlyer(Device, PositionerBase, FlyerInterface):
|
||||
class SimFlyer(Device, FlyerInterface):
|
||||
"""A simulated device mimicing any 2D Flyer device (position, temperature, rotation).
|
||||
|
||||
The corresponding simulation class is sim_cls=SimulatedPositioner, more details on defaults within the simulation class.
|
||||
|
Reference in New Issue
Block a user