Files
sf-op/script/test/thomas.py
Daniel Llorente f6318dc177 Startup
2016-11-21 11:12:50 +01:00

4 lines
152 B
Python

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