This commit is contained in:
2026-01-22 15:56:47 +01:00
parent c2373333fb
commit ce40acf855
+1 -1
View File
@@ -132,7 +132,7 @@ class GalilRIO(PSIDeviceBase):
self._update_connection_state, event_type=self.SUB_CONNECTION_CHANGE
)
def wait_for_connection(self, timeout: float = 30.0, **kwargs) -> None:
def wait_for_connection(self, timeout: float = 30.0) -> None:
"""Wait for the RIO controller to be connected within timeout period."""
self.controller.on(timeout=timeout)