diff --git a/config/settings.properties b/config/settings.properties index fc7b8d3..af22848 100644 --- a/config/settings.properties +++ b/config/settings.properties @@ -1,4 +1,4 @@ -#Tue Apr 28 18:11:02 CEST 2020 +#Tue Apr 28 18:12:48 CEST 2020 FdaBrowser=true ScanIndex=5 geometry=fourcv diff --git a/config/variables.properties b/config/variables.properties index 3e13e30..4625743 100644 --- a/config/variables.properties +++ b/config/variables.properties @@ -1,2 +1,2 @@ -#Tue Apr 28 18:08:12 CEST 2020 -FileSequentialNumber=228 +#Tue Apr 28 18:11:45 CEST 2020 +FileSequentialNumber=230 diff --git a/script/test/test3.py b/script/test/test3.py index 2fb85e5..8243983 100755 --- a/script/test/test3.py +++ b/script/test/test3.py @@ -4,7 +4,7 @@ Processing and plotting scan data inp.write(0.0) scan1= lscan(inp, (sin,out,arr), 0, 40, 20, 0.1, False, title="Scan 1") -time.sleep(30.0) +time.sleep(3.0) scan2= lscan(inp, (sin,out,arr), 0, 40, 20, 0.1, False, title="Scan 2") from operator import add