Script execution

This commit is contained in:
voulot_d
2017-01-16 10:26:37 +01:00
parent bf3de4cad6
commit a6278fa882

View File

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