Script execution

This commit is contained in:
voulot_d
2017-01-16 10:08:55 +01:00
parent b72700a958
commit 8d1c02db98

8
script/testVD85.py Normal file
View File

@@ -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()