Script execution

This commit is contained in:
voulot_d
2017-01-27 16:26:55 +01:00
parent ccf6c60377
commit 329ca31e90
+1 -1
View File
@@ -2,7 +2,7 @@ import ch.psi.pshell.epics.ControlledVariable as ControlledVariable
if get_exec_pars().source == CommandSource.ui:
station = "SINSB04"
bpm_ch = "SINBC01-DBPM140"
bpm_ch = "SINBC02-DBPM140"
else:
station = args[0]
bpm_ch = args[1]