Script execution

This commit is contained in:
sfop
2017-04-12 14:55:51 +02:00
parent 067f293ce1
commit 36e631816f

View File

@@ -2,11 +2,11 @@ import ch.psi.pshell.epics.ControlledVariable as ControlledVariable
import ch.psi.pshell.epics.Camtool as Camtool
if get_exec_pars().source == CommandSource.ui:
start = -180.0
stop = 180.0
step = 20.0
start = 55.0
stop = 75.0
step = 2.0
nb = 5
lat = 1.0
lat = 0.5
disp = caget("SINBD01-DSCR010:DISPERSION-SIM")
energy0 = caget("SINBD01-DSCR010:ENERGY-SIM")
else: