From 973e785b06c80ca2176d145f56e83ab25eff7fdb Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Tue, 28 Apr 2020 17:41:15 +0200 Subject: [PATCH] Startup --- config/settings.properties | 2 +- config/variables.properties | 4 ++-- script/test/test3.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/settings.properties b/config/settings.properties index 0747dc4..efe0dd8 100644 --- a/config/settings.properties +++ b/config/settings.properties @@ -1,4 +1,4 @@ -#Tue Apr 28 17:34:42 CEST 2020 +#Tue Apr 28 17:41:00 CEST 2020 FdaBrowser=true ScanIndex=5 geometry=fourcv diff --git a/config/variables.properties b/config/variables.properties index b8e3774..15e8f13 100644 --- a/config/variables.properties +++ b/config/variables.properties @@ -1,2 +1,2 @@ -#Tue Apr 28 17:34:26 CEST 2020 -FileSequentialNumber=202 +#Tue Apr 28 17:38:07 CEST 2020 +FileSequentialNumber=209 diff --git a/script/test/test3.py b/script/test/test3.py index 8243983..2fb85e5 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(3.0) +time.sleep(30.0) scan2= lscan(inp, (sin,out,arr), 0, 40, 20, 0.1, False, title="Scan 2") from operator import add