Closedown

This commit is contained in:
2020-02-18 14:13:10 +01:00
parent a353ec82ad
commit 8389ff75e6
2 changed files with 7 additions and 5 deletions

View File

@@ -1,2 +1,2 @@
#Tue Feb 18 12:46:33 CET 2020
FileSequentialNumber=338
#Tue Feb 18 14:12:56 CET 2020
FileSequentialNumber=370

View File

@@ -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)