Script execution

This commit is contained in:
voulot_d
2017-02-20 17:14:11 +01:00
parent 2cc28302e8
commit 954430604b

View File

@@ -1,10 +1,10 @@
import ch.psi.pshell.epics.ControlledVariable as ControlledVariable
if get_exec_pars().source == CommandSource.ui:
start = 50.0
stop = 230.0
step = 5.0
nb = 1
start = 209.0
stop = 229.0
step = 2.0
nb = 2
lat = 0.100
else:
start = args[0]