Script execution

This commit is contained in:
sfop
2016-12-09 12:01:31 +01:00
parent 6c1f7ddf8c
commit 60d0115c5f

View File

@@ -3,7 +3,7 @@ import datetime
knob = Channel("SINEG01-RSYS:SET-BEAM-PHASE", 'd', alias = "RF phase")
instrument = Channel("SINEG01-DICT215:B1_CHARGE", 'd', alias = "Bunch Charge (ICT)")
r = lscan(knob, [instrument], -175., 0., 10.,2.0)
r = lscan(knob, [instrument], 0, 220., 10.,2.0)
elog("SchottkyICT", "Data file: " + get_context().path + "\n\n" + r.print() , get_plot_snapshots())