From 9229d95fbe45e2f9d1aa06f3f48e57a3bd06351b Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Mon, 24 Jun 2019 19:15:36 +0200 Subject: [PATCH] Script execution --- script/users/EmpaMarcoMultiple.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/users/EmpaMarcoMultiple.py b/script/users/EmpaMarcoMultiple.py index 4f9b9cef..f541dfbe 100644 --- a/script/users/EmpaMarcoMultiple.py +++ b/script/users/EmpaMarcoMultiple.py @@ -1,9 +1,9 @@ import ch.psi.pshell.device.DummyPositioner as DummyPositioner #Energy #Pass Energy #Step Time -STEPS = [ ( 136.2, 50 , 5.0), - ( 220.5, 50 , 5.0), - ( 350.8, 50 , 5.0), +STEPS = [ ( 136.2, 100 , 5.0), + ( 220.5, 100 , 5.0), + ( 350.8, 100 , 5.0), ] SETTLING_TIME = 0.0 @@ -13,7 +13,7 @@ STEP_TIME = 5.0 class PassEnergy(Writable): def write(self, value): - Scienta.setPassEnergy(50) + Scienta.setPassEnergy(100) POSITIONERS = [Scienta.getCenterEnergy(), PassEnergy(), Scienta.getChild("Scienta step time")]