mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-01-17 07:39:21 +01:00
fix: fixed fupr axis_is_referenced
This commit is contained in:
@@ -40,7 +40,7 @@ class FuprGalilController(GalilController):
|
||||
# TODO: check if all axes are referenced in all controllers
|
||||
return super().all_axes_referenced()
|
||||
|
||||
def axis_is_referenced(self, axis_Id, axis_Id_numeric) -> bool:
|
||||
def axis_is_referenced(self, axis_Id) -> bool:
|
||||
return self.all_axes_referenced()
|
||||
|
||||
def all_axis_referenced(self) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user