From a6278fa882113ec31a6f4d7033d5706722899557 Mon Sep 17 00:00:00 2001 From: voulot_d Date: Mon, 16 Jan 2017 10:26:37 +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 66fbc84..56f99f8 100644 --- a/script/testVD85.py +++ b/script/testVD85.py @@ -1,5 +1,6 @@ x = Channel("SINBC02-DBPM140:X1-SIMU", type = 'd', alias='BPM-X') xb = create_averager(x, 5, 0.100) +print 'xb =', xb print 'xb.min =', xb.min print 'xb.max =', xb.max print 'xb.mean =', xb.mean