Files
sf-op/script/test/example3_dv.py
2017-06-19 11:07:40 +02: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)