Script execution
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user