From 8a4c6ad8b723aec4153cc44df78509766f198793 Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Wed, 3 Apr 2019 16:57:09 +0200 Subject: [PATCH] Script execution --- script/test/TestDataBuffer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/test/TestDataBuffer.py b/script/test/TestDataBuffer.py index 0821782..a2adb9d 100644 --- a/script/test/TestDataBuffer.py +++ b/script/test/TestDataBuffer.py @@ -2,6 +2,6 @@ import ch.psi.utils.DataAPI as DataAPI da = DataAPI("https://data-api.psi.ch/sf") -ret = da.queryData(new String[]{"S10BC01-DBLM065:B1_LOSS"}, 8291491519L, 8291491619L) -ret = daance.queryData(new String[]{"S10BC01-DBLM065:B1_LOSS"}, "2019-04-03T10:00:00.000", "2019-04-03T10:00:02.000") +ret = da.queryData(["S10BC01-DBLM065:B1_LOSS"], 8291491519L, 8291491619L) +ret = da.queryData(["S10BC01-DBLM065:B1_LOSS"], "2019-04-03T10:00:00.000", "2019-04-03T10:00:02.000") ret = da.queryData(["S10BC01-DBLM065:B1_LOSS", "S10BC01-DBLM065:LOSS_SIGNAL_RAW"], 8291491519L, 8291491520L) \ No newline at end of file