Closedown
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import ch.psi.pshell.epics.ControlledVariable as ControlledVariable
|
||||
|
||||
if get_exec_pars().source == CommandSource.ui:
|
||||
start = -45.0
|
||||
start = -180.0
|
||||
stop = 180.0
|
||||
step = 5.0
|
||||
nb = 1
|
||||
@@ -34,8 +34,8 @@ try:
|
||||
chargerms = [val.stdev for val in r.getReadable(0)]
|
||||
finally:
|
||||
phase.close()
|
||||
q.close()
|
||||
#st.close()
|
||||
q.close()
|
||||
|
||||
#Setting the return value
|
||||
y = charge
|
||||
|
||||
Reference in New Issue
Block a user