Script execution

This commit is contained in:
gac-x03da
2022-02-01 17:45:43 +01:00
parent 9cd783ee44
commit b501e9164d

View File

@@ -252,7 +252,7 @@ class SimpleDeviceReader(Readable):
the device must be set assigned to the device attribute.
"""
def read(self):
print("simple device read")
print("simple device read", source.read())
v = source.read()
print(v)
return v