Closedown

This commit is contained in:
sfop
2016-09-07 19:04:49 +02:00
parent c931b9713b
commit 2ebcdf46be
6 changed files with 80 additions and 45 deletions

View File

@@ -13,9 +13,10 @@ import datetime
knob = Channel("SINEG01-RSYS:SET-BEAM-PHASE", 'd', alias = "RF phase")
instrument = Channel("SINEG01-DICT215:CHARGE", 'd', alias = "Bunch Charge (ICT)")
lscan(knob, [instrument], -120., 60., 10.,2.0)
r = lscan(knob, [instrument], -120., 60., 10.,2.0)
#elog("Title", "" , get_plot_snapshots())
elog("SchottkyICT", "Data file: " + get_context().path + "\n\n" + r.print() , get_plot_snapshots())
#use_bpm = True
#