This commit is contained in:
sfop
2016-12-09 11:48:09 +01:00
parent dee1df0de5
commit 118255e5b3
8 changed files with 80 additions and 24 deletions
+4
View File
@@ -0,0 +1,4 @@
data = tscan(Channel('SINEG01-DICT215:B1_CHARGE'), 100, 0.1)
samples = data.getReadable(0)
print "mean=", mean(samples)
print "stdev=", stdev (samples)