Script execution

This commit is contained in:
sfop
2016-09-07 12:10:32 +02:00
parent 10e64cf807
commit 47e2c949d9

View File

@@ -13,7 +13,7 @@ import datetime
knob = Channel("SINEG01-RSYS:SET-BEAM-PHASE", 'd', alias = "RF phase")
instrument = Channel("SINEG01-DICT215:CHARGE", 'd', alias = "Charge (ICT)")
lscan(knob, [instrument], -120.0, 60.0, 10., 0.1)
lscan(knob, [instrument], -120.0, 60.0, 1., 1.)
#elog("Schottky scan (ICT)", gsa_log_msg , get_plot_snapshots())