Script execution

This commit is contained in:
gac-x03da
2019-06-23 09:35:52 +02:00
parent 9a6a146ef5
commit 51772f78a8

View File

@@ -11,7 +11,7 @@ STEP_TIME = 5.0
class PassEnergy(Writable):
def write(self, value):
Scienta.setPassEnergy(100)
Scienta.setPassEnergy(50)
POSITIONERS = [Scienta.getCenterEnergy(), PassEnergy(), Scienta.getChild("Scienta step time")]