This commit is contained in:
Daniel Llorente
2016-11-21 11:12:50 +01:00
parent 2eff2eddf3
commit f6318dc177
2 changed files with 13 additions and 9 deletions

4
script/test/thomas.py Normal file
View File

@@ -0,0 +1,4 @@
data = tscan(Channel('SINEG01-DICT215:B1_CHARGE'), 1000, 0.1)
samples = data.getReadable(0)
print "mean=", mean(samples)
print "stdev=", stdev (samples)