Script execution

This commit is contained in:
sfop
2016-09-07 12:39:55 +02:00
parent 5df1d62400
commit 63f29c1747

View File

@@ -10,14 +10,14 @@
import datetime
knob = Channel("SINEG01-RSYS:SET-BEAM-PHASE", 'd', alias = "RF phase")
instrument = Channel("SINEG01-DICT215:CHARGE", 'd', alias = "Charge (ICT)")
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")
lscan(knob, [instrument], -120.0, 60.0, 1., 1.)
lscan(knob, [instrument], 15.5, 16.5, 0.1, 1.)
elog("Schottky scan (ICT)", "PShell Schottky Scan" , get_plot_snapshots())
#elog("Schottky scan (ICT)", "PShell Schottky Scan" , get_plot_snapshots())
#use_bpm = True
#