From bf3de4cad6f1468f89568017bc76318a5d1aee72 Mon Sep 17 00:00:00 2001 From: voulot_d Date: Mon, 16 Jan 2017 10:25:43 +0100 Subject: [PATCH] Script execution --- script/testVD85.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/testVD85.py b/script/testVD85.py index 3b106a3..66fbc84 100644 --- a/script/testVD85.py +++ b/script/testVD85.py @@ -1,4 +1,4 @@ -x = Channel(bpm_ch + ":X1-SIMU", type = 'd', alias='BPM-X') +x = Channel("SINBC02-DBPM140:X1-SIMU", type = 'd', alias='BPM-X') xb = create_averager(x, 5, 0.100) print 'xb.min =', xb.min print 'xb.max =', xb.max