Script execution

This commit is contained in:
voulot_d
2017-01-19 14:24:38 +01:00
parent 3906c1b395
commit abbfc060f0

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, 10, latency=0.1)
r = lscan(phase, (q), 0.0, 360.0, 10.0, latency=0.1)
rf_phase = r.getPositions(0)
#charge = [val.mean for val in r.getReadable(0)]
charge = r.getReadable(0)