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