From 27f26e47d6903b9e1c4a299cac6fbac03ee42fce Mon Sep 17 00:00:00 2001 From: x07maop Date: Mon, 28 Nov 2016 04:15:27 +0100 Subject: [PATCH] Script execution --- script/jan/hyst_Dy_singleenergy.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script/jan/hyst_Dy_singleenergy.py b/script/jan/hyst_Dy_singleenergy.py index c447a7b..85f230e 100644 --- a/script/jan/hyst_Dy_singleenergy.py +++ b/script/jan/hyst_Dy_singleenergy.py @@ -9,6 +9,10 @@ B2 = -B1 nr_loops = 1 # number of loops to acquire +while temperature_readback.read() > 1.9: + time.sleep(1) + + open_valve() loop_count = 0