Script execution
This commit is contained in:
@@ -9,17 +9,18 @@ LATENCY = 0.0
|
||||
SENSORS = [Counts, Scienta.dataMatrix, SampleCurrent, RefCurrent, MachineCurrent]
|
||||
|
||||
Scienta.setAcquisitionMode(ch.psi.pshell.epics.Scienta.AcquisitionMode.Swept)
|
||||
writables = (Eph, Scienta.lowEnergy, Scienta.highEnergy, ManipulatorZ)
|
||||
#writables = (Eph, Scienta.lowEnergy, Scienta.highEnergy, ManipulatorZ)
|
||||
writables = (Eph, Scienta.centerEnergy,Scienta.lowEnergy, Scienta.highEnergy, ManipulatorZ)
|
||||
|
||||
adjust_sensors()
|
||||
set_adc_averaging()
|
||||
set_preference(Preference.PLOT_TYPES, {'Scienta spectrum':1})
|
||||
|
||||
n = 57
|
||||
Estep=0.5
|
||||
n = 71
|
||||
Estep=1.0
|
||||
Zstart=111.0
|
||||
Zstep=+0.05
|
||||
Estart=172.0
|
||||
Zstep=+0.02
|
||||
Estart=130.0
|
||||
Ewidth=19.5
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user