Script execution

This commit is contained in:
voulot_d
2017-01-19 14:45:15 +01:00
parent 54a8b0ec59
commit c241b9addb

View File

@@ -18,8 +18,8 @@ phase.initialize()
q = Channel("SINEG01-DICT215:B1_CHARGE-SIM", type = 'd', alias='ICT-Q')
try:
#qb = create_averager(q, nb, 0.100)
r = lscan(phase, (q), start, stop, step, latency=lat)
qb = create_averager(q, nb, 0.100)
r = lscan(phase, (qb), start, stop, step, latency=lat)
rf_phase = r.getPositions(0)
#charge = [val.mean for val in r.getReadable(0)]
charge = r.getReadable(0)