From 8389ff75e643d99bba7d88fda8d1b96e213bfc9c Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Tue, 18 Feb 2020 14:13:10 +0100 Subject: [PATCH] Closedown --- config/variables.properties | 4 ++-- script/test/TestMultiCycles.py | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/config/variables.properties b/config/variables.properties index c0b4fa6..6869b44 100644 --- a/config/variables.properties +++ b/config/variables.properties @@ -1,2 +1,2 @@ -#Tue Feb 18 12:46:33 CET 2020 -FileSequentialNumber=338 +#Tue Feb 18 14:12:56 CET 2020 +FileSequentialNumber=370 diff --git a/script/test/TestMultiCycles.py b/script/test/TestMultiCycles.py index 14b72d9..a64cc3f 100755 --- a/script/test/TestMultiCycles.py +++ b/script/test/TestMultiCycles.py @@ -9,8 +9,8 @@ def check_end_scan(record, scan): scan_complete=True record.cancel() scan_result = scan.result - elif (record.index>0) and (record.index % 10 == 0): - get_context().dataManager.splitScanData(scan) + #elif (record.index>0) and (record.index % 10 == 0): + # get_context().dataManager.splitScanData(scan) xxx=None @@ -25,7 +25,9 @@ def do_scan(): return scan_result -set_exec_pars(group="x_{count}", reset=True); +#set_exec_pars(group="x_{count}", tag = "scan 1", reset=True); +#set_exec_pars(group="x_{count}", reset=True, layout = "SF"); + r1 =do_scan() #set_exec_pars(group="y_{count}", reset=True)