This commit is contained in:
gac-x07ma
2020-02-18 13:55:31 +01:00
parent 62e0a83275
commit f7e83bd734
4 changed files with 17 additions and 17 deletions

View File

@@ -40,7 +40,7 @@ caputq('X07MA-PC:CSCALER.INPB', '1')
# open shutter
caput('X07MA-FE-PH1:CLOSE4BL',1)
cawait('X07MA-FE-PH1:MS2', 1)
print "OK"
#if RAMP_RATE is not None:
# ramp_rate.write(RAMP_RATE)

View File

@@ -10,7 +10,7 @@ import ch.psi.pshell.epics.ChannelSettlingCondition as ChannelSettlingCondition
WAIT_STABLE_TEMPERATURE = True # True : before energy scan and hyst scan the routine wait_temp() is launched
NO_BEAM_CHECK = False # setting this to true disables the waiting for the beam before starting energy or hyst scan
ABORT_ON_ID_ERROR = True
ABORT_ON_ID_ERROR = False
_SAMPLE_NAME = "DUMMY"