Script execution

This commit is contained in:
voulot_d
2017-01-16 10:22:19 +01:00
parent d9bf565887
commit 40225bd421

View File

@@ -1,5 +1,4 @@
x = Channel(bpm_ch + ":X1-SIMU", type = 'd', alias='BPM-X')
print("x = ", x)
xb = create_averager(x, 5, 0.100)
print(xb.min)
print(xb.max)