Script execution

This commit is contained in:
voulot_d
2017-01-19 14:23:50 +01:00
parent 1a083737c5
commit 0d43c25d7c

View File

@@ -24,7 +24,7 @@ q = Channel("SINEG01-DICT215:B1_CHARGE-SIM", type = 'd', alias='ICT-Q')
try:
#qb = create_averager(q, nb, 0.100)
r = lscan(phase, (q), 0, 360, 19, latency=0.1)
r = lscan(phase, (q), 0, 300, 10, latency=0.1)
rf_phase = r.getPositions(0)
#charge = [val.mean for val in r.getReadable(0)]
charge = r.getReadable(0)