Script execution

This commit is contained in:
sfop
2016-07-05 11:37:31 +02:00
parent 396d0410b3
commit 5f37be08a0

View File

@@ -20,7 +20,7 @@ rf_phase_var.initialize()
rf_ampl_rbk = Channel(prefix + ":GET-VSUM-AMPLT-SIM", type = 'd', alias='Amplitude Readback')
rf_power_rbk = Channel(prefix + ":GET-KLY-POWER-SIM", type = 'd', alias='Power Readback')
bpm_x = Channel(bpm_ch + ":X1", type = 'd', alias='BPM-X')
bpm_x = Channel(bpm_ch + ":X1-SIM", type = 'd', alias='BPM-X')
#TODO: update the plot dynamically
def after(rec):