Startup
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#Tue Feb 18 09:41:55 CET 2020
|
||||
test=1
|
||||
geometry=fourcv
|
||||
#Tue Feb 18 12:23:00 CET 2020
|
||||
FdaBrowser=false
|
||||
ScanIndex=5
|
||||
FdaBrowser=true
|
||||
geometry=fourcv
|
||||
test=1
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#Tue Feb 18 09:55:27 CET 2020
|
||||
FileSequentialNumber=316
|
||||
#Tue Feb 18 09:59:29 CET 2020
|
||||
FileSequentialNumber=321
|
||||
|
||||
11
script/test/TestSplit.py
Normal file
11
script/test/TestSplit.py
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
def before_pass(pass_number, scan):
|
||||
#set_exec_pars(open=False)
|
||||
if pass_number>1:
|
||||
get_context().dataManager.splitScanData(scan)
|
||||
#set_exec_pars(tag="scan " + str(pass_number))
|
||||
#print get_exec_pars().tag
|
||||
|
||||
|
||||
lscan(inp, sin, 0, 10, 10, passes=3, before_pass=before_pass)
|
||||
Reference in New Issue
Block a user