Script execution

This commit is contained in:
voulot_d
2017-01-16 10:09:39 +01:00
parent a131f1209e
commit 8b55f2f6d5

View File

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