Startup
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
s = []
|
||||
v = []
|
||||
t = []
|
||||
for i in range(10):
|
||||
s.append(caget('X06SA-OP-BPM3:SUM'))
|
||||
v.append(caget ('X06SA-OP-BPM3:POSV'))
|
||||
t.append(caget('X06SA-OP-MO:TC3'))
|
||||
time.sleep(0.09)
|
||||
|
||||
"""
|
||||
#TODO
|
||||
!x06saopbpm3y = MEAN(v)
|
||||
#dum = NEWCAPUT('X06SA-OP1-MI:BPM_IO',MEAN(S))
|
||||
|
||||
"""
|
||||
|
||||
print 'Setting I0 to '+ str(mean(s))+' +/- '+str(stdev(s))+' nA'
|
||||
print 'Setting BPM3_Y to'+ str(mean(v))+' +/- '+str(stdev(v))+' mm'
|
||||
print 'Setting TC3 to '+ str(mean(t))+' +/- '+str(stdev(t))+' mm'
|
||||
Reference in New Issue
Block a user