Script execution
This commit is contained in:
@@ -13,7 +13,7 @@ LATENCY (float) in seconds
|
||||
SENSORS (list of devices)
|
||||
"""
|
||||
|
||||
THETA_RANGE = (-9.0, 81.0)
|
||||
THETA_RANGE = (-9.0, 80.0)
|
||||
THETA_STEP = 1.0
|
||||
#PHI_RANGE = (-40.0, +40.0)
|
||||
PHI_RANGE = (-170.0, +170.0)
|
||||
@@ -25,6 +25,8 @@ ENDSCAN = True
|
||||
MOTORS = (ManipulatorTheta)
|
||||
#SENSORS = (Counts, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent)
|
||||
SENSORS = (Counts, Scienta.dataMatrix, SampleCurrent, RefCurrent, MachineCurrent)
|
||||
efix = 99.5
|
||||
Scienta.centerEnergy.write(efix)
|
||||
|
||||
#set_preference(Preference.ENABLED_PLOTS, [ManipulatorPhi, ManipulatorTheta, Scienta.dataMatrix, ImageIntegrator])
|
||||
#set_preference(Preference.PLOT_TYPES,{'ImageIntegrator':1})
|
||||
|
||||
Reference in New Issue
Block a user