Script execution

This commit is contained in:
voulot_d
2017-01-19 14:16:57 +01:00
parent 8114046e04
commit b6bcbf9455

View File

@@ -28,7 +28,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, (q), 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'))