Files
sf-op/script/test/thomas.py
2021-08-17 14:06:14 +02:00

4 lines
152 B
Python
Executable File

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