Script execution
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user