Script execution

This commit is contained in:
2017-08-18 15:42:56 +02:00
parent 6fbafb408e
commit 1f6aa20356
+1 -1
View File
@@ -6,7 +6,7 @@ if TEST:
pico_amp_6.start()
time.sleep(1.0)
readables = pico_amp.getChildren().tolist() #+ pico_amp_2.getChildren().tolist()
readables = pico_amp_6.getChildren().tolist() #+ pico_amp_2.getChildren().tolist()
readables.insert(0,Timestamp())
setup_plotting(line_plots = readables)
#pico_amp.waitReady(-1)