Script execution

This commit is contained in:
sfop
2017-01-24 10:56:34 +01:00
parent 5003ee49e9
commit 8fdb0dadaf
+1
View File
@@ -46,5 +46,6 @@ caput("SINEG01-RSYS:CALC-VSUM-PHASE-OFFSET", phase_offset)
#set_return(50.0)
y = r.getReadable(0)
x = r.getPositions(0)
y = [v.mean for v in y]
index_max = y.indexOf(max(y))
_=x[index_max]