fix valueInfo on SecopAcqChannel

This commit is contained in:
2025-11-25 14:54:03 +01:00
parent 436f42c6f5
commit c48203e45e
+2
View File
@@ -1430,6 +1430,8 @@ class SecopAcqChannel(Measurable, SecopReadable):
def presetInfo(self):
return [self._presetname]
valueInfo = Readable.valueInfo
class SecopAcqController(SecopDevice):
_channels = None