Script execution
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user