Script execution

This commit is contained in:
gac-x03da
2023-03-31 18:37:18 +02:00
parent 3a0468b9ce
commit a7777df633

View File

@@ -13,7 +13,7 @@ LATENCY (float) in seconds
SENSORS (list of devices)
"""
THETA_RANGE = (-10.0, 80.0)
THETA_RANGE = (-11.0, 81.0)
THETA_STEP = 1.0
#PHI_RANGE = (-40.0, +40.0)
PHI_RANGE = (-170.0, +170.0)
@@ -25,7 +25,7 @@ ENDSCAN = False
MOTORS = (ManipulatorTheta)
#SENSORS = (Counts, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent)
SENSORS = (Counts, Scienta.dataMatrix, SampleCurrent, RefCurrent, MachineCurrent)
efix = 99.5
efix = 99.9
Scienta.centerEnergy.write(efix)
#set_preference(Preference.ENABLED_PLOTS, [ManipulatorPhi, ManipulatorTheta, Scienta.dataMatrix, ImageIntegrator])