Script execution

This commit is contained in:
voulot_d
2017-01-19 14:06:54 +01:00
parent cfeec0780e
commit c6047c1ae4

View File

@@ -27,7 +27,7 @@ def after(rec):
try:
qb = create_averager(q, nb, 0.100)
r = lscan(phase, q, start, stop, step, latency=lat, after_read = after)
r = lscan(phase, qb, start, stop, step, latency=lat, after_read = after)
rf_phase = r.getPositions(0)
charge = [val.mean for val in r.getReadable(0)]
caput("SINEG01-RSYS:GET-PHASE-ARRAY", to_array(rf_phase,'d'))