Script execution

This commit is contained in:
voulot_d
2017-01-09 16:01:41 +01:00
parent 5fa9e8f490
commit 1391e89750
+1 -1
View File
@@ -37,7 +37,7 @@ 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", type = 'd', alias='BPM-X')
bpm_x = Channel(bpm_ch + ":X1", type = 'd', alias='BPM-X')
caput(prefix + ":GET-FIT-PHASE-ARRAY", to_array([0.0],'d'))