Script execution

This commit is contained in:
voulot_d
2017-01-12 16:52:03 +01:00
parent 054b0cd8fb
commit dc46d38690

View File

@@ -26,7 +26,8 @@ rf_phase_var.initialize()
rf_ampl_rbk = Channel(prefix + ":GET-VSUM-AMPLT-SIM", type = 'd', alias='Amplitude Readback')
rf_ampl_rbk.write(1.0)
rf_power_rbk = Channel(prefix + ":GET-KLY-POWER-SIM", type = 'd', alias='Power Readback')
bpm_x = Channel(bpm_ch + ":X1-SIMU", type = 'd', alias='BPM-X')
#bpm_x = Channel(bpm_ch + ":X1-SIMU", type = 'd', alias='BPM-X')
bpm_x = Channel("SINSB04-RSYS:BPM-X1-SIM", type = 'd', alias='BPM-X')
caput(prefix + ":GET-FIT-PHASE-ARRAY", to_array([0.0],'d'))