Script execution

This commit is contained in:
gac-x04sa
2018-10-29 17:17:24 +01:00
parent 24d05b9164
commit f139bc5d4d

View File

@@ -191,7 +191,8 @@ class Pixel(DeviceBase, Readable):
self.get_count_id()
def read(self):
return None
#Readable interface: current
return get_count_id()
add_device( Pixel("pixel", "X04SA-ES3-CCD"), True)
pixel.polling = 1000