Closedown

This commit is contained in:
sfop
2017-01-10 17:05:05 +01:00
parent 93a4ce4060
commit 4117d4d2a0
+2 -4
View File
@@ -3,12 +3,10 @@ import ch.psi.pshell.epics.ControlledVariable as ControlledVariable
latency = 0.05
if get_exec_pars().source == CommandSource.ui:
prefix = "SINSB04"
prefix = "SINSB04-RSYS"
else:
prefix = args[0]
prefix = args[0] + "-RSYS"
prefix += "-RSYS"
print "Prefix = ", prefix
start = caget(prefix + ":SET-SCAN-START")
stop = caget(prefix + ":SET-SCAN-STOP")