Script execution

This commit is contained in:
sfop
2016-09-07 12:45:25 +02:00
parent 7e89c41e6f
commit 79d22595ff
+3 -3
View File
@@ -11,13 +11,13 @@
import datetime
knob = Channel("SINEG01-RSYS:SET-KLY-POWER", 'd', alias = "RF power")
instrument = Channel("SINBD01-DSCR010:pipeline.x_stats.g_center_egu", 'd', alias = "Beam Center")
instrument = Channel("SINBD01-DSCR010:pipeline.x_stats.com_egu", 'd', alias = "Beam Center")
lscan(knob, [instrument], 15.5, 16.5, 0.01, 1.)
lscan(knob, [instrument], 15.5, 16.5, 0.02, 3.)
#elog("Schottky scan (ICT)", "PShell Schottky Scan" , get_plot_snapshots())
elog("Dispersion Measurement", "Measurement at SINBD01-DSCR010: Center of Mass position of beam vs. RF power" , get_plot_snapshots())
#use_bpm = True
#