From 8b55f2f6d51352e31a67f8a3c66441da861a5629 Mon Sep 17 00:00:00 2001 From: voulot_d Date: Mon, 16 Jan 2017 10:09:39 +0100 Subject: [PATCH] Script execution --- script/testVD85.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/testVD85.py b/script/testVD85.py index 517a637..c6235af 100644 --- a/script/testVD85.py +++ b/script/testVD85.py @@ -1,4 +1,5 @@ x = Channel(bpm_ch + ":X1-SIMU", type = 'd', alias='BPM-X') +print(x) xb = create_averager(x, 5, 0.100) print(xb.min) print(xb.max)