From 41612bef45c49eb497543b30669e803ca94a6208 Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Tue, 18 Feb 2020 14:55:40 +0100 Subject: [PATCH] Startup --- config/variables.properties | 4 ++-- script/test/TestMultiCycles.py | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/config/variables.properties b/config/variables.properties index f3a1fe6..10c2c0b 100644 --- a/config/variables.properties +++ b/config/variables.properties @@ -1,2 +1,2 @@ -#Tue Feb 18 14:43:45 CET 2020 -FileSequentialNumber=400 +#Tue Feb 18 14:47:34 CET 2020 +FileSequentialNumber=406 diff --git a/script/test/TestMultiCycles.py b/script/test/TestMultiCycles.py index 4f5e664..60685fd 100755 --- a/script/test/TestMultiCycles.py +++ b/script/test/TestMultiCycles.py @@ -10,7 +10,8 @@ def check_end_scan(record, scan): record.cancel() scan_result = scan.result elif (record.index>0) and (record.index % 10 == 0): - get_context().dataManager.splitScanData(scan) + #get_context().dataManager.splitScanData(scan) + set_exec_pars(split=True) xxx=None @@ -28,6 +29,8 @@ def do_scan(): set_exec_pars(group="x_{count}", layout = "SF", reset=True); #set_exec_pars(group="x_{count}", tag = "scan 1", reset=True); +#set_exec_pars(layout = "Table"); + r1 =do_scan() #set_exec_pars(group="y_{count}", reset=True)