Script execution

This commit is contained in:
2017-06-01 15:16:22 +02:00
parent f622ccbbec
commit bbb4d689a2

View File

@@ -4,11 +4,12 @@ TEST = False
if TEST:
set_exec_pars(path="/sls/X12SA/data/x12saop/Data10/bpm/{date}_{time}_{name}")
rel_x = pico_bpm6_new_x.read()
#rel_x = pico_bpm6_new_x.read()
rel_x = pico_bpm6_ts_x.read()
class XAxis(ReadableArray):
def read(self):
return [x + pico_bpm6_new.getTimestamp() for x in rel_x]
return [x + pico_bpm6_ts_x.getTimestamp() for x in rel_x]
def getSize(self):
return len(rel_x) #only reads if cache is None