Script execution

This commit is contained in:
gac-x03da
2019-06-23 06:24:14 +02:00
parent 615e31c03f
commit 661b158abf
+1 -1
View File
@@ -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")]