From bd8e87efd8be8db857315bac1790cf8916ed5dec Mon Sep 17 00:00:00 2001 From: x03daop Date: Sun, 7 May 2017 17:57:25 +0200 Subject: [PATCH] Script execution --- script/users/EmpaMarco.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/users/EmpaMarco.py b/script/users/EmpaMarco.py index 1040ff43..d3d04750 100644 --- a/script/users/EmpaMarco.py +++ b/script/users/EmpaMarco.py @@ -1,14 +1,14 @@ set_adc_averaging() -ENERGY_LOW = 350.8 -ENERGY_HIGH = 350.8 +ENERGY_LOW = 370.6 +ENERGY_HIGH = 370.6 SETTLING_TIME = 0.0 -STEPS = 1 +STEPS = 1000 SENSORS = [Counts, MachineCurrent, SampleCurrent, RefCurrent, EnergyDistribution, Scienta.getDataMatrix()] ENDSCAN = False #dummy.initialize() -Scienta.stepTime.write(50.0) +Scienta.stepTime.write(5.0) setup_plotting(line_plots = (Counts, MachineCurrent, SampleCurrent, RefCurrent,)) try: