w
CI for csaxs_bec / test (pull_request) Failing after 33s
CI for csaxs_bec / test (push) Failing after 36s

This commit is contained in:
2026-01-22 10:19:27 +01:00
parent 9de2b0dd65
commit 614189ca62
+1 -1
View File
@@ -70,7 +70,7 @@ class GalilRIOSignalRO(GalilSignalRO):
"""
def __init__(self, name: str, channel: int, **kwargs):
super().__init__(name, **kwargs)
super().__init__(signal_name=name, **kwargs)
self._channel = channel
def _socket_get(self) -> float: