Script execution
This commit is contained in:
@@ -28,7 +28,7 @@ def after(rec):
|
||||
|
||||
try:
|
||||
qb = create_averager(q, nb, 0.100)
|
||||
r = lscan(phase, qb, 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'))
|
||||
|
||||
Reference in New Issue
Block a user