From c6284fe56faa80bd44e6bcd36a6e9ad41d7c31d0 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Tue, 13 Mar 2018 15:46:27 +0100 Subject: [PATCH] Script execution --- script/test/ManipulatorSampleScan.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/script/test/ManipulatorSampleScan.py b/script/test/ManipulatorSampleScan.py index 71a0afb8..f83c45b5 100644 --- a/script/test/ManipulatorSampleScan.py +++ b/script/test/ManipulatorSampleScan.py @@ -10,17 +10,20 @@ move manipulator to center position before start! import math # list of (start, stop, step) tuples -REGIONS = [(-3.5, -2.5, 0.025), (2.2, 3.2, 0.025)] +#MOTORS = (ManipulatorY) +#REGIONS = [(-3.5, -2.5, 0.025), (2.2, 3.2, 0.025)] + +MOTORS = (ManipulatorZ) +REGIONS = [(111.5, 112.1, 0.025), (116.8, 117.4, 0.025)] + RELATIVE = False LATENCY = 0.0 ENDSCAN = False ZIGZAG = True -MOTORS = (ManipulatorY) SENSORS = (Counts, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution) #SENSORS = (Counts, Scienta.spectrum, Scienta.dataMatrix, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution) - adjust_sensors() set_adc_averaging() #set_preference(Preference.PLOT_TYPES, {'Scienta spectrum':1})