Script execution

This commit is contained in:
sfop
2016-05-27 15:30:03 +02:00
parent 8c8e4b1fd2
commit 01c4c4205f

View File

@@ -15,7 +15,7 @@ rf_phase_readback = ai1 # Channel(prefix + ":GET-VSUM-PHASE")
rf_ampl_readback = ai2 # Channel(prefix + ":GET-VSUM-AMPLT")
bpm_q = sim # SINEG01-DBPM340:Q1, SINEG01-DWCM170:Q_B1
r = lscan(rf_phase_setpoint, [rf_phase_readback, rf_ampl_readback, bpm_x], start, stop, step , latency=0.5)
r = lscan(rf_phase_setpoint, [rf_phase_readback, rf_ampl_readback, bpm_q], start, stop, step , latency=0.5)
plot(r.getReadable(2), xdata = r.getReadable(0), title = "data")