Files
sf-op/script/example3_dv.py
2016-12-09 11:48:09 +01:00

4 lines
151 B
Python

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