From 5c793370d98dd260eca0f98a8ccd1bce7cb009b0 Mon Sep 17 00:00:00 2001 From: Gijs Schoonderbeek <schoonderbeek@astron.nl> Date: Tue, 6 Dec 2022 19:07:42 +0100 Subject: [PATCH] Added DIPswitch statement --- production_apspu.py | 1 + 1 file changed, 1 insertion(+) diff --git a/production_apspu.py b/production_apspu.py index 99d8ad8..481bb2f 100644 --- a/production_apspu.py +++ b/production_apspu.py @@ -34,6 +34,7 @@ apspu = ApspuClass() apspu.apspu_on_off(False) sleep(5) apspu.set_pols() +x = input("Change dipswitches and press key to continue..") apspu.apspu_on_off(True) sleep(10) apspu.read_all() -- GitLab