Script execution

This commit is contained in:
gac-x03da
2022-02-01 17:50:42 +01:00
parent c7c87f50a7
commit 576844b63a

View File

@@ -251,8 +251,11 @@ class SimpleDeviceReader(ReadonlyRegisterBase):
the device must be set assigned to the device attribute.
"""
def initialize()
pass
def read(self):
print("simple device read", source)
print("simple device read")
v = source.read()
print(v)
return v