This commit is contained in:
voulot_d
2017-08-15 09:49:59 +02:00
parent 7110c6a35c
commit 73c0cf9798
38 changed files with 354 additions and 795 deletions

View File

@@ -1,13 +1,13 @@
import ch.psi.pshell.epics.ControlledVariable as ControlledVariable
#CAMERA = "S10DI01-DSCR020" #"simulation"
CAMERA = "SINDI02-DLAC055" #"simulation"
QUADRUPOLE = "S10CB02-MQUA230" # quadrupole for the scan with S10DI01-DSCR020: S10CB02-MQUA230
CAMERA = "S10DI01-DSCR020"
#CAMERA = "SINDI02-DLAC055"
QUADRUPOLE = "S10CB01-MQUA430" # quadrupole for the scan with S10DI01-DSCR020: S10CB02-MQUA230
CHARGE_BPM = "SINEG01-DBPM340:Q1"
CHARGE_ICT = "SINEG01-DICT215:B1_CHARGE-OP"
RANGE = (-3.0, 0.0)
RANGE = (-0.485, 1.515)
STEPS = 100
SETTLING_TIME = 1
SETTLING_TIME = 0.1
#kill_camtool()
check_camtool()