Script execution

This commit is contained in:
voulot_d
2017-02-14 13:15:54 +01:00
parent 6ccb6b6bce
commit b0217aae9f

View File

@@ -4,7 +4,7 @@ import ch.psi.pshell.epics.Camtool as Camtool
if get_exec_pars().source == CommandSource.ui:
start = 0.0
stop = 180.0
step = 10.0
step = 30.0
nb = 2
lat = 0.100
else:
@@ -43,4 +43,4 @@ finally:
phase.close()
# camtool.close()
p = plot((E, dE),name="data", xdata=rf_phase, title="Phase scan")
p = plot(((1,2,3),(1,2,3)),name="data", xdata=rf_phase, title="Phase scan")