This commit is contained in:
2020-04-28 18:13:00 +02:00
parent b8120ffb3d
commit 6ff548ed2f
3 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -1,2 +1,2 @@
#Tue Apr 28 18:08:12 CEST 2020
FileSequentialNumber=228
#Tue Apr 28 18:11:45 CEST 2020
FileSequentialNumber=230

View File

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