Startup
This commit is contained in:
4
script/test/thomas.py
Normal file
4
script/test/thomas.py
Normal file
@@ -0,0 +1,4 @@
|
||||
data = tscan(Channel('SINEG01-DICT215:B1_CHARGE'), 1000, 0.1)
|
||||
samples = data.getReadable(0)
|
||||
print "mean=", mean(samples)
|
||||
print "stdev=", stdev (samples)
|
||||
Reference in New Issue
Block a user