From 66929c5ccdb7274e49a291f852dd6bf6604d3303 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Thu, 21 Nov 2019 18:55:42 +0100 Subject: [PATCH] Script execution --- script/test-move-mono.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/script/test-move-mono.py b/script/test-move-mono.py index 8865e572..c878efb3 100644 --- a/script/test-move-mono.py +++ b/script/test-move-mono.py @@ -1,4 +1,6 @@ #MonoEnergy.write(110.0) -Eph.write(500.0) -print("DONE") \ No newline at end of file +Eph.write(600.0) +while not Eph.isReady(): + wait(10); +print("DONE")