From d4d85472108b37d47274b55ad2b0a0c73f41edfb Mon Sep 17 00:00:00 2001 From: Leonardo Sala Date: Tue, 9 Aug 2016 15:50:29 +0200 Subject: [PATCH] Script execution --- script/scan1.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script/scan1.py b/script/scan1.py index 38eeb42..893b25f 100644 --- a/script/scan1.py +++ b/script/scan1.py @@ -1,3 +1,5 @@ -readables = pico_amp.getChildren().tolist() + pico_amp_2.getChildren().tolist() +pico_amp.start() +time.sleep(1.0) +readables = pico_amp.getChildren().tolist() #+ pico_amp_2.getChildren().tolist() r=tscan(readables, 10, 1.0) \ No newline at end of file