From 73d6aa936f52ddfe08af1f105ceccd8bce894164 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Fri, 3 Sep 2021 05:02:37 +0200 Subject: [PATCH] Script execution --- script/users/Empa/EmpaMarcoMultiple.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/users/Empa/EmpaMarcoMultiple.py b/script/users/Empa/EmpaMarcoMultiple.py index 2190b5ae..294d7820 100644 --- a/script/users/Empa/EmpaMarcoMultiple.py +++ b/script/users/Empa/EmpaMarcoMultiple.py @@ -2,8 +2,8 @@ import ch.psi.pshell.device.DummyPositioner as DummyPositioner #Energy #Pass Energy #Step Time STEPS = [ ( 136.2, 50 , 5.0), - ( 336.5, 50 , 5.0), - #( 350.8, 100 , 5.0), + #( 336.5, 50 , 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")]