From 8d1c02db98237dda4956c1ea0fe56e807a73e1dd Mon Sep 17 00:00:00 2001 From: voulot_d Date: Mon, 16 Jan 2017 10:08:55 +0100 Subject: [PATCH] Script execution --- script/testVD85.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 script/testVD85.py diff --git a/script/testVD85.py b/script/testVD85.py new file mode 100644 index 0000000..f9e7c70 --- /dev/null +++ b/script/testVD85.py @@ -0,0 +1,8 @@ +x = Channel(bpm_ch + ":X1-SIMU", type = 'd', alias='BPM-X') +xb = create_averager(x, 5, 0.100) +print(xb.min) +print(xb.max) +print(xb.mean) +print(xb.srdev) +print(xb.variance) +x.close() \ No newline at end of file