This commit is contained in:
2020-03-13 14:03:25 +01:00
parent c4dd79e610
commit ac9c08808a
19 changed files with 109 additions and 75 deletions

View File

@@ -17,9 +17,9 @@ def on_command_finished(info):
###################################################################################################
# Layout setup
###################################################################################################
import ch.psi.pshell.data.LayoutSF as LayoutSF
#import ch.psi.pshell.data.LayoutSF as LayoutSF
LayoutSF.setExperimentArguments([pv, motor, pe, cv, energy, sin])
#LayoutSF.setExperimentArguments([pv, motor, pe, cv, energy, sin])
@@ -126,8 +126,8 @@ class SimulatedInput(Readable):
sout = SimulatedOutput()
sinp = SimulatedInput()
for m in mu, delta, gamma, eta, chi, phi:
m.setSpeed(m.config.defaultSpeed)
#for m in mu, delta, gamma, eta, chi, phi:
# m.setSpeed(m.config.defaultSpeed)
#Controler Evenrt Listener
@@ -808,8 +808,8 @@ def is_geometry_set():
return get_device("wavelength") is not None
mu.moveAsync(0.0)
eta.moveAsync(0.0)
delta.moveAsync(45.0)
gamma.moveAsync(0.0)
energy.write(9.5)
#mu.moveAsync(0.0)
#eta.moveAsync(0.0)
#delta.moveAsync(45.0)
#gamma.moveAsync(0.0)
#energy.write(9.5)