Script execution

This commit is contained in:
2019-04-04 11:06:24 +02:00
parent ccf7c2c198
commit 97ad7ded5a

View File

@@ -9,4 +9,3 @@ plot([d['value'] for d in ret[0]['data']])
ret = da.queryData(["S10BC01-DBLM065:B1_LOSS", "S10BC01-DBLM065:LOSS_SIGNAL_RAW"], 8291491519L, 8291491559L)
plot(ret[1]['data'][0]['value'])
plot([d['value'] for d in ret[1]['data']])